Initial commit

This commit is contained in:
Arthur-Coppey
2021-03-29 23:02:57 +02:00
commit 536a8a689e
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}