aboutsummaryrefslogtreecommitdiff
path: root/test.sloth
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-06-25 23:23:04 -0500
committerCody <cody@codyq.dev>2023-06-25 23:23:04 -0500
commitae4c1af949c7230c07b2a7cc86a2e4031c37f651 (patch)
tree28d2f870bc0d6e57234b20bd9c443dc5d8d7f7e1 /test.sloth
parent6a59bf6d5345fbe2487e1cc36c36aa6884fcc39d (diff)
downloadsloth-ae4c1af949c7230c07b2a7cc86a2e4031c37f651.tar.gz
getting loopy
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;
-}