wireshark/Sanity/basic-lua-script/hello.lua
František Hrdina 96c24a7de2 Moving tests to fedora tests repo
/CoreOS/wireshark/Sanity/tshark-capturing-functionality
/CoreOS/wireshark/Sanity/basic-lua-script
2022-11-07 14:45:04 +01:00

4 lines
No EOL
98 B
Lua

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