day1 week1
This commit is contained in:
7
week1/day1/exo_2.c
Normal file
7
week1/day1/exo_2.c
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
int main(){
|
||||
int a = 10;
|
||||
int b = 20;
|
||||
int sum = a + b;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user