Ajouter main.c

This commit is contained in:
bastien 2025-03-24 15:16:37 +00:00
commit 9abb049426

8
main.c Normal file
View File

@ -0,0 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Hello world!\n");
return 0;
}