summaryrefslogtreecommitdiff
path: root/test/hello.lua
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1997-07-01 12:00:00 +0000
committerrepogen <>1997-07-01 12:00:00 +0000
commit4f8c5d0f284e1f4da717aea5008915f185cd2e05 (patch)
tree5671acf8a2cacf0c0524ce96d22959590a3aa5af /test/hello.lua
parent47a298a24ad3a8202440051de5938618502302a0 (diff)
downloadlua-github-3.0.tar.gz
Lua 3.03.0
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")