qotd/main.c
2021-03-29 23:02:57 +02:00

7 lines
80 B
C

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