#include int foo(int x) { return x*x; } int main(void) { printf("Hello, World!\n"); return 0; }