8 lines
89 B
Lua
8 lines
89 B
Lua
function init()
|
|
mode(0)
|
|
cls()
|
|
print("HOLA MUNDO!")
|
|
end
|
|
|
|
function update()
|
|
end |