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