mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-12-14 10:05:44 +00:00
7 lines
89 B
Lua
7 lines
89 B
Lua
local timer = require("timer")
|
|
|
|
print("Goodbye!")
|
|
|
|
timer.sleep(1000)
|
|
|
|
os.shutdown(false)
|