summaryrefslogtreecommitdiff
path: root/src/sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sum.c')
-rw-r--r--src/sum.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sum.c b/src/sum.c
new file mode 100644
index 0000000..8d9f5b6
--- /dev/null
+++ b/src/sum.c
@@ -0,0 +1,2 @@
+#define main sum_main
+#include "../sum/sum.c"