lua/tut/hello_world.lua
josh e74bc7d391 added two lua tutorials
git-svn-id: svn://anubis/misc/lua@130 bd8a9e45-a331-0410-811e-c64571078777
2009-09-12 15:17:53 +00:00

4 lines
87 B
Lua

-- The first program in every language
io.write("Hello world, from", _VERSION, "!\n")