summaryrefslogtreecommitdiffstats
path: root/math.cpp
blob: de418d77aa3132c6989e1b779fbdcc72de1c7081 (plain)
1
int add_one(int x) { return x + 1; }