aboutsummaryrefslogtreecommitdiff
path: root/libs/lua/test/hello.lua
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-05-16 10:58:21 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:52:45 (GMT)
commit3c1d7bb1c521e824dfa46903fd4014722d0f5a29 (patch)
treeb9d8ab1f95aa608cbef817550ccc4bd42534dcd6 /libs/lua/test/hello.lua
parent2223c879bf41d2b4f40fa43db478ba1bce8523de (diff)
downloadfluxbox_paul-3c1d7bb1c521e824dfa46903fd4014722d0f5a29.zip
fluxbox_paul-3c1d7bb1c521e824dfa46903fd4014722d0f5a29.tar.bz2
Add lua as an internal library in libs/lua
Diffstat (limited to 'libs/lua/test/hello.lua')
-rw-r--r--libs/lua/test/hello.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/lua/test/hello.lua b/libs/lua/test/hello.lua
new file mode 100644
index 0000000..0925498
--- /dev/null
+++ b/libs/lua/test/hello.lua
@@ -0,0 +1,3 @@
1-- the first program in every language
2
3io.write("Hello world, from ",_VERSION,"!\n")