2018-11-09 10:18:49 +04:00

3 lines
37 B
C

int addOne(int x) {
return x + 1;
}