mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-04-04 21:27:10 +00:00
8 lines
122 B
Lua
8 lines
122 B
Lua
local timer = require("timer")
|
|
local machine = require("machine")
|
|
|
|
print("Goodbye!")
|
|
|
|
timer.sleep(1000)
|
|
|
|
machine.reboot()
|