diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/hello.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hello.lua b/test/hello.lua index cfa5c82..3f385dc 100644 --- a/test/hello.lua +++ b/test/hello.lua | |||
@@ -1,3 +1,3 @@ | |||
1 | require"socket" | 1 | local socket = require"socket" |
2 | require"mime" | 2 | local mime = require"mime" |
3 | print("Hello from " .. socket._VERSION .. " and " .. mime._VERSION .. "!") | 3 | print("Hello from " .. socket._VERSION .. " and " .. mime._VERSION .. "!") |