add hello-world to readme
authorcassowarii <2374677+cassowarii@users.noreply.github.com>
Thu, 9 Jul 2026 20:24:32 +0000 (13:24 -0700)
committercassowarii <2374677+cassowarii@users.noreply.github.com>
Thu, 9 Jul 2026 20:24:57 +0000 (13:24 -0700)
README.md

index 53bb242..554ddf1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ It supports lists, hash tables, anonymous functions, and lexical closures, and i
 It is still extremely a work in progress, but we can already do some little basic test math programs:
 
 ```
+println `Hello, world!`
+```
+
+```
 def factorial n {
     if n == 0 {
         1