commit 9abb04942635b8a7201efda4e5ecf56a097f13b1 Author: bastien Date: Mon Mar 24 15:16:37 2025 +0000 Ajouter 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; +}