futriix/deps/lua/test/hello.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
86 B
Lua
Raw Normal View History

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