diff options
Diffstat (limited to 'math.cpp')
| -rw-r--r-- | math.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math.cpp b/math.cpp new file mode 100644 index 0000000..de418d7 --- /dev/null +++ b/math.cpp @@ -0,0 +1 @@ +int add_one(int x) { return x + 1; } |
