summaryrefslogtreecommitdiff
path: root/examples/hello_lua/bar.lua
blob: 2b0d8dcea5e6a65aec7375b12538e3adf1a299ea (plain)
1
2
3
4
5
module ("bar")

function get ()
   return "bar"
end