1
0

8 lines
80 B
C
Raw Normal View History

2019-12-16 19:12:24 +01:00
#include <stdio.h>
int main()
{
printf("Hello, World!\n");
return 0;
}