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: 99bb1dc1d9b79cffcc439b507fff7e615e11a47a (plain)
1
2
3
4
5
6
module(..., package.seeall)

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