Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hello.lua « luaconf « sandbox - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: faf7e037ebb7f5579b0b98241fd1ef13f96af0ca (plain)
1
2
3
4
5
6
module(..., package.seeall)

-- Declare the functions you want in your module
function hello()
    print ("Hello, module")
end