3 lines
37 B
C
Raw Normal View History

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