st-mine/color.lua

10 lines
126 B
Lua
Raw Permalink Normal View History

-- Lua test file
function ithecolors( c )
io.write("some shit from lua\n")
-- io.write(c)
io.write("\n")
end
ithecolors()