Files
c_reverse/week1/day1/exo_3.c
2026-05-30 10:31:26 +02:00

6 lines
78 B
C

int main(){
char a = 1;
short b = 22;
int c = 123;
return 0;
}