summaryrefslogtreecommitdiff
path: root/examples/hello_lua2/foo.lua
blob: 58f1ecbb765340acbdc69c22a5fea8531691592f (plain)
1
2
3
4
5
module ("foo")

function get ()
   return "foo"
end