/* hello.c */ #include "stdio" main() { printf("hello, world\n"); }