5 lines
65 B
C++
5 lines
65 B
C++
|
int returnInt(int returnValue) {
|
||
|
return returnValue;
|
||
|
};
|
||
|
|