2021-04-07 16:40:53 +12:00

6 lines
73 B
Plaintext

#include <stdio.h>
int main() {
printf("Hello World");
return 0;
}