7 lines
60 B
Plaintext
Raw Normal View History

2021-04-08 23:43:22 -05:00
#include <stdio.h>
main()
{
printf("Hello World\n");
}