helloworld.c 2010-11-08 13:50:39 #include int main() { printf("hello world!"); return 0; }