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 df051fd643
commit c207d1dfcf
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 }