From df784f729466afd128041e4fde0fd12efd309275 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 3 Apr 2022 22:24:41 -0400 Subject: [PATCH] hello, world: just output --- hello.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.ld b/hello.ld index a65c276..69234bd 100644 --- a/hello.ld +++ b/hello.ld @@ -1 +1 @@ -print ("Hello, world.") \ No newline at end of file +"Hello, world." \ No newline at end of file