heonian-language-exercises/main.lua
2022-05-17 15:39:10 +02:00

12 lines
215 B
Lua

require "quick-terminal-customization"
function LoopStart()
os.execute("clear")
print(string.color(TERMINAL_COLOR.HighYellow,"-- HEONIAN LANGUAGE EXERCISES (HLE) --"))
end
while 1 do
LoopStart()
io.read()
end