day1 week1
This commit is contained in:
6
week1/day1/exo_3.c
Normal file
6
week1/day1/exo_3.c
Normal file
@@ -0,0 +1,6 @@
|
||||
int main(){
|
||||
char a = 1;
|
||||
short b = 22;
|
||||
int c = 123;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user