Add the examples to the repo.
This commit is contained in:
3
03/works2.txt
Normal file
3
03/works2.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
defn add x y = { x + y }
|
||||
defn double x = { add x x }
|
||||
defn main = { double 163 }
|
||||
Reference in New Issue
Block a user