/* Program#hello.c A Simple Program */ #include main() { printf("Hello World!\n"); }