/* gcc -o hello hello.c ./hello */ #include int main() { printf("Hello, World!\n"); return 0; }