mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 22:38:21 +01:00
4 lines
105 B
Lua
4 lines
105 B
Lua
require"socket"
|
|
require"mime"
|
|
print("Hello from " .. socket._VERSION .. " and " .. mime._VERSION .. "!")
|