2017-12-15 14:43:21 -06:00

3 lines
37 B
C

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