summaryrefslogtreecommitdiff
path: root/tests/modules/hello/test.lua
blob: 431a820724428bcb37b40fee106fd0f86e6db8f4 (plain)
1
2
3
4
function main()

    print("hello")
end