summaryrefslogtreecommitdiff
path: root/tests/modules/hello/test.lua
blob: 1f4f98a026cc1ad2a7d57ef9eee71fed2fd12865 (plain)
1
2
3
4

function test_hello(context)
    print("hello")
end