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