diff options
Diffstat (limited to 'tests/modules/hello/test.lua')
| -rwxr-xr-x | tests/modules/hello/test.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/modules/hello/test.lua b/tests/modules/hello/test.lua new file mode 100755 index 000000000..431a82072 --- /dev/null +++ b/tests/modules/hello/test.lua @@ -0,0 +1,4 @@ +function main() + + print("hello") +end |
