5 lines
67 B
C++
5 lines
67 B
C++
|
int returnInt(int return_Value) {
|
||
|
return return_Value;
|
||
|
};
|
||
|
|