Files
graphe/main.c
2026-02-24 10:02:08 +01:00

6 lines
83 B
C

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