diff options
| author | Cody <cody@codyq.dev> | 2023-06-25 23:23:04 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-06-25 23:23:04 -0500 |
| commit | ae4c1af949c7230c07b2a7cc86a2e4031c37f651 (patch) | |
| tree | 28d2f870bc0d6e57234b20bd9c443dc5d8d7f7e1 /test.sloth | |
| parent | 6a59bf6d5345fbe2487e1cc36c36aa6884fcc39d (diff) | |
| download | sloth-ae4c1af949c7230c07b2a7cc86a2e4031c37f651.tar.gz | |
getting loopy
Diffstat (limited to 'test.sloth')
| -rw-r--r-- | test.sloth | 7 |
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; -} |
