TDengine/2.0/deps/lua/test/hello.lua
Hongze Cheng 0a0c5094c7 refact
2021-09-21 20:59:31 +08:00

3 lines
86 B
Lua

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