commit eb4e815ed2b7d922dd9c1c817bce08d47da65991 Author: DahmaneYanis Date: Sat Oct 29 11:10:36 2022 +0200 first commit diff --git a/main.c b/main.c new file mode 100644 index 0000000..bf7be5b --- /dev/null +++ b/main.c @@ -0,0 +1,6 @@ +#include + +int main(void){ + printf("Hello, world!\n"); + return 0; +} \ No newline at end of file