aboutsummaryrefslogtreecommitdiff
path: root/sum.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sum.c b/sum.c
new file mode 100644
index 0000000..d3603fc
--- /dev/null
+++ b/sum.c
@@ -0,0 +1 @@
int sum(int a, int b) { return a+b; }

Generated with cgit - Back to sebastiano.tronto.net