diff options
Diffstat (limited to 'test/hello.lua')
-rw-r--r-- | test/hello.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hello.lua b/test/hello.lua new file mode 100644 index 0000000..cfa5c82 --- /dev/null +++ b/test/hello.lua | |||
@@ -0,0 +1,3 @@ | |||
1 | require"socket" | ||
2 | require"mime" | ||
3 | print("Hello from " .. socket._VERSION .. " and " .. mime._VERSION .. "!") | ||