summaryrefslogtreecommitdiffstats
path: root/app/hello.lua
diff options
context:
space:
mode:
Diffstat (limited to 'app/hello.lua')
-rw-r--r--app/hello.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/hello.lua b/app/hello.lua
new file mode 100644
index 0000000..a26be1e
--- /dev/null
+++ b/app/hello.lua
@@ -0,0 +1,3 @@
+#!/usr/bin/env lua
+
+print("hello world")