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

function do_something()
    return 1
end

return 10