aboutsummaryrefslogtreecommitdiff
path: root/sum.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-07 11:00:04 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-07 11:00:04 +0200
commit5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455 (patch)
treeec2599c3ecd97bca952b959fd7ce96817c23312f /sum.c
downloadpython-c-5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455.tar.gz
python-c-5f9adbf56b8dd9d2bc3c83b52eeb4073f7464455.zip
Initial commit
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