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