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

hello.lua « test « lua-5.1.2 « host « src - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0925498f21f4053936c882444549516812116628 (plain)
1
2
3
-- the first program in every language

io.write("Hello world, from ",_VERSION,"!\n")