From d1bd9da389ae9ee2269a12bab51ed208e25e9390 Mon Sep 17 00:00:00 2001 From: Mattias Ajander <mattias@ajander.se> Date: Wed, 2 Apr 2025 14:42:44 +0200 Subject: [PATCH] Oops --- examples/io.funk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/io.funk b/examples/io.funk index b2fbd56..5dcde6b 100644 --- a/examples/io.funk +++ b/examples/io.funk @@ -1 +1 @@ -test("Hej " + read("Vad heter du?") + "!"); +print("Hej " + read("Vad heter du?") + "!"); -- GitLab