Initial commit

Update gh-pages.yml, packaging.yml, and 6 more files...
This commit is contained in:
2026-04-09 18:01:01 +02:00
commit 243796e188
8 changed files with 426 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
local sleep_lib = require("sleep")
print("Now sleeping for 3 seconds...")
sleep_lib.sleep_s(3)
print("Now sleeping for 500 milliseconds...")
sleep_lib.sleep_ms(500)
print("I'm back and awake")