checc/main.c
2025-06-02 14:09:28 +02:00

6 lines
83 B
C

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