summaryrefslogtreecommitdiff
path: root/test/hello.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello.lua')
-rw-r--r--test/hello.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello.lua b/test/hello.lua
index 639144b6..ea818b9a 100644
--- a/test/hello.lua
+++ b/test/hello.lua
@@ -1,3 +1,3 @@
-- the first program in every language
-print("hello world, from Lua!")
+write("hello world, from Lua!\n")