Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.1
/
lua
/
af89a3c7665bf1598854ece05033949f77ed1ac6
/
.
/
lua-5.1.4
/
test
/
hello.lua
blob: 0925498f21f4053936c882444549516812116628 [
file
]
-- the first program in every language
io
.
write
(
"Hello world, from "
,
_VERSION
,
"!\n"
)