From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:24:32 +0000 (-0700) Subject: add hello-world to readme X-Git-Url: https://git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=5094a0a357c49a3285cb831357ebebdb154e8344;p=sarabande.git add hello-world to readme --- 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