diff options
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; -} |
