From 98244e86a7478f81206ec02c7706f26a22d91ac0 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Wed, 30 Apr 2025 17:55:56 +1000 Subject: [PATCH] Correct an oopsie --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 580686d..71ed7f3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Print things: println "Hello!"; ``` -Print things without a new line using `println`. +Print things without a new line using `print`. Set a variable: