mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-12-14 01:55:46 +00:00
7 lines
No EOL
88 B
Lua
7 lines
No EOL
88 B
Lua
local timer = require("timer")
|
|
|
|
print("Goodbye!")
|
|
|
|
timer.sleep(1000)
|
|
|
|
os.shutdown(false) |