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