2021-04-17 12:44:42 +12:00

7 lines
60 B
Plaintext

#include <stdio.h>
main()
{
printf("Hello World\n");
}