summaryrefslogtreecommitdiffstats
path: root/math.cpp
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2022-04-16 18:01:59 +0100
committerShivesh Mandalia <mail@shivesh.org>2022-04-16 18:01:59 +0100
commitb01ea4aaf97a50c11c649be6e4dc10dcde5ebf17 (patch)
tree3e440e7f832b3d12d0008f58728c738885104646 /math.cpp
downloadbasic_makefile-b01ea4aaf97a50c11c649be6e4dc10dcde5ebf17.tar.gz
basic_makefile-b01ea4aaf97a50c11c649be6e4dc10dcde5ebf17.zip
Initial commit
Diffstat (limited to 'math.cpp')
-rw-r--r--math.cpp1
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; }