summaryrefslogtreecommitdiff
path: root/examples/hello_lua2/foo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_lua2/foo.lua')
-rw-r--r--examples/hello_lua2/foo.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/hello_lua2/foo.lua b/examples/hello_lua2/foo.lua
new file mode 100644
index 0000000..58f1ecb
--- /dev/null
+++ b/examples/hello_lua2/foo.lua
@@ -0,0 +1,5 @@
+module ("foo")
+
+function get ()
+ return "foo"
+end