3 lines
37 B
C
Raw Normal View History

2017-12-15 14:43:21 -06:00
int addOne(int x) {
return x + 1;
}