Initial commit

This commit is contained in:
Clément Grennerat
2026-03-02 08:37:40 +01:00
commit 5dbf58b460
12 changed files with 533 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
int main() {
return 42;
}
+1
View File
@@ -0,0 +1 @@
Si ça c'est du C, moi je suis prof de manga.
+5
View File
@@ -0,0 +1,5 @@
int main() {
int x;
x=8;
return x;
}