mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 14:28:21 +01:00
920bc97629
LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
4 lines
135 B
Lua
4 lines
135 B
Lua
local socket = require"socket"
|
|
local mime = require"mime"
|
|
print("Hello from " .. socket._VERSION .. " and " .. mime._VERSION .. "!")
|