aboutsummaryrefslogtreecommitdiff
path: root/test.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'test.sloth')
-rw-r--r--test.sloth7
1 files changed, 0 insertions, 7 deletions
diff --git a/test.sloth b/test.sloth
deleted file mode 100644
index 8ad1754..0000000
--- a/test.sloth
+++ /dev/null
@@ -1,7 +0,0 @@
-fn add(x, y) {
- return x + y;
-}
-
-fn subtract(x, y) {
- return x - y;
-}