4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
|
|
int add(int a, int b) {
|
||
|
|
return a + b;
|
||
|
|
}
|