index
:
clyne/gamedev2
master
ui
world
gamedev but better
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
LuaBridge
/
Tests
/
Lua
/
Lua.5.1.5
/
test
/
hello.lua
blob: 0925498f21f4053936c882444549516812116628 (
plain
)
1
2
3
-- the first program in every language
io
.
write
(
"Hello world, from "
,
_VERSION
,
"!
\n
"
)