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