diff options
author | Lua Team <team@lua.org> | 1996-05-14 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 1996-05-14 12:00:00 +0000 |
commit | 721542976ebc89f2f8d17d19be7e4426570b69be (patch) | |
tree | 0c79a45c63aa89d6e4b8ac80931e46d74a72f8cb /test/hello.lua | |
parent | 71754d2f6423fb9b6e87658e58bafc5470d53f65 (diff) | |
download | lua-github-2.4.tar.gz |
Lua 2.42.4
Diffstat (limited to 'test/hello.lua')
-rw-r--r-- | test/hello.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hello.lua b/test/hello.lua new file mode 100644 index 00000000..639144b6 --- /dev/null +++ b/test/hello.lua @@ -0,0 +1,3 @@ +-- the first program in every language + +print("hello world, from Lua!") |