st-mine/color.lua
Howland Owl 2da61079de some debug for lua that got me to where I don't think I need lua.
- thanks to debugging and seeing variables internally
2017-04-25 23:45:13 +03:00

9 lines
126 B
Lua

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