/* Simple hello world */ #include int main(int argc, char **argv) { puts("Hello world\n"); }