01-hello-you/hello_world.c
2024-09-17 19:01:21 +02:00

6 lines
No EOL
79 B
C

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