aboutsummaryrefslogtreecommitdiff
path: root/examples/hello_lua/hello.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_lua/hello.lua')
-rw-r--r--examples/hello_lua/hello.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hello_lua/hello.lua b/examples/hello_lua/hello.lua
new file mode 100644
index 0000000..4601856
--- /dev/null
+++ b/examples/hello_lua/hello.lua
@@ -0,0 +1 @@
+print("inside lua!")