Kill some old code, make very_simple example print

This commit is contained in:
greg
2018-05-12 01:02:44 -07:00
parent b1966d7199
commit 1a84f62818
2 changed files with 2 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
const a = 10
a + 8
print(a + 8)