mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-12-14 01:55:46 +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()
|