pull/187/merge
Thadeu de Paula 10 months ago committed by GitHub
commit 3c531aa88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,4 +8,10 @@
-- to execute:
-- lua hello.lua
io.write("Hello world, from ",_VERSION,"!\n")
-- The simplest way:
print('Hello world', 'from', _VERSION)
-- On the stdout or stderr
io.stdout:write("Hello world, from ",_VERSION,"!\n")
io.stderr:write("Hello world, from ",_VERSION,"!\n")

Loading…
Cancel
Save