Remove unused line at the end of works1.txt

This commit is contained in:
Danila Fedorin 2020-02-23 21:26:37 -08:00
parent 972682969c
commit 9e10eda41c
2 changed files with 0 additions and 2 deletions

View File

@ -1,3 +1,2 @@
defn main = { sum 320 6 }
defn sum x y = { x + y }

View File

@ -1,3 +1,2 @@
defn main = { sum 320 6 }
defn sum x y = { x + y }