PJC-0x02/main.c
2020-02-27 22:42:14 +01:00

8 lines
79 B
C

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