summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/hello/src/lua/main.lua
blob: f83baddf80f1c211601872fd4d0bd06c76551b60 (plain)
1
2
3
function main ()
    print("hello xmake!")
end