Add the examples to the repo.

This commit is contained in:
2019-08-26 00:13:34 -07:00
parent f29bc68422
commit 5cf344de74
5 changed files with 15 additions and 0 deletions

2
03/works1.txt Normal file
View File

@@ -0,0 +1,2 @@
defn main = { plus 320 6 }
defn plus x y = { x + y }