diff --git a/color.lua b/color.lua new file mode 100644 index 0000000..9a6bf33 --- /dev/null +++ b/color.lua @@ -0,0 +1,9 @@ +-- Lua test file + +function ithecolors( c ) + a = 5 + b = 7 + io.write("some shit from lua\n") +end + +ithecolors()