10 lines
112 B
C

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