/* hello, world in C */ #include main() { printf("hello, world\n"); // return 99; }