4 lines
33 B
C
4 lines
33 B
C
int foo(int x) {
|
|
return x+1;
|
|
}
|
int foo(int x) {
|
|
return x+1;
|
|
}
|