1
0
2020-03-31 15:08:58 +02:00

8 lines
80 B
C

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