diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2022-04-16 18:01:59 +0100 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2022-04-16 18:01:59 +0100 |
| commit | b01ea4aaf97a50c11c649be6e4dc10dcde5ebf17 (patch) | |
| tree | 3e440e7f832b3d12d0008f58728c738885104646 /math.cpp | |
| download | basic_makefile-b01ea4aaf97a50c11c649be6e4dc10dcde5ebf17.tar.gz basic_makefile-b01ea4aaf97a50c11c649be6e4dc10dcde5ebf17.zip | |
Initial commit
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; } |
