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