From 91fccb7be438f09e779a3b70129b575fd01378ec Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 3 Apr 2022 22:23:28 -0400 Subject: [PATCH] hello, world tweak --- hello.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.ld b/hello.ld index 570fec5..a65c276 100644 --- a/hello.ld +++ b/hello.ld @@ -1 +1 @@ -print("Hello, world.") \ No newline at end of file +print ("Hello, world.") \ No newline at end of file