From 5094a0a357c49a3285cb831357ebebdb154e8344 Mon Sep 17 00:00:00 2001 From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:24:32 -0700 Subject: [PATCH] add hello-world to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 53bb242..554ddf1 100644 --- 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 -- 1.8.3.1