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