mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
08f1a2de93
Closes #517
5 lines
42 B
C
5 lines
42 B
C
int add(int x, int y)
|
|
{
|
|
return x + y;
|
|
}
|