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

6
week1/day1/exo_3.c Normal file
View File

@@ -0,0 +1,6 @@
int main(){
char a = 1;
short b = 22;
int c = 123;
return 0;
}