2010-05-09 かてごりーてすと Programming てすてす main = putStrLn "Hello,World!" #include <stdio.h> int main() { printf("hello,world!"); return 0; }