5 lines
40 B
C
5 lines
40 B
C
int test() {
|
|
int i = 5;
|
|
return i;
|
|
}
|
int test() {
|
|
int i = 5;
|
|
return i;
|
|
}
|