day1 week1

This commit is contained in:
2026-05-30 10:31:26 +02:00
commit 0f46a714aa
9 changed files with 142 additions and 0 deletions

7
week1/day1/exo_1.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main(){
int a = 123;
int b = 456;
return 0;
}