summaryrefslogtreecommitdiffstats
path: root/lua/demo.lua
blob: 916eb2c6bc28f2f025d441bfabf1f1553bb2db4f (plain)
1
2
3
4
5
6
7
ui.print("hello world")

function do_something()
    return 1
end

return 10