#include int main () { printf("Hello World!\nFrom the C Programming Language\n"); return 0; }