a simple test lua file. doesn't do anything useful yet.

This commit is contained in:
Howland Owl 2017-04-25 22:51:22 +03:00
parent e09862023e
commit ca58921e2e

9
color.lua Normal file
View file

@ -0,0 +1,9 @@
-- Lua test file
function ithecolors( c )
a = 5
b = 7
io.write("some shit from lua\n")
end
ithecolors()