Files
itgmania212121/extern/lua-5.1/test/hello.lua
T

4 lines
86 B
Lua
Raw Normal View History

2011-03-17 01:47:30 -04:00
-- the first program in every language
io.write("Hello world, from ",_VERSION,"!\n")