4 lines
46 B
C
4 lines
46 B
C
|
int addition(int i, int j) {
|
||
|
return i + j;
|
||
|
}
|