This commit is contained in:
zaremate 2022-05-24 20:38:22 +02:00
commit a4412b4fb4

View File

@ -8,7 +8,7 @@ local inLightsMenu = false
function Choice1()
term.clear()
term.setCursorPos(1,1)
term.write("Hello,my name is Nigga")
term.write("chuj")
sleep(3)
end