hello-world/hello.c
2022-04-21 23:42:30 +03:00

6 lines
No EOL
73 B
C

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