summaryrefslogtreecommitdiff
path: root/tests/projects/xmake_cli/hello/src/lua/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/xmake_cli/hello/src/lua/main.lua')
-rw-r--r--tests/projects/xmake_cli/hello/src/lua/main.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/xmake_cli/hello/src/lua/main.lua b/tests/projects/xmake_cli/hello/src/lua/main.lua
new file mode 100644
index 000000000..f83baddf8
--- /dev/null
+++ b/tests/projects/xmake_cli/hello/src/lua/main.lua
@@ -0,0 +1,3 @@
+function main ()
+ print("hello xmake!")
+end