From 9abb04942635b8a7201efda4e5ecf56a097f13b1 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 24 Mar 2025 15:16:37 +0000 Subject: [PATCH] Ajouter main.c --- main.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main.c diff --git a/main.c b/main.c new file mode 100644 index 0000000..022b16e --- /dev/null +++ b/main.c @@ -0,0 +1,8 @@ +#include +#include + +int main() +{ + printf("Hello world!\n"); + return 0; +}