mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
13 lines
178 B
Text
13 lines
178 B
Text
--!nocheck
|
|
--!nolint UnknownGlobal
|
|
|
|
print("Sleeping for 3 seconds...")
|
|
|
|
sleep(1)
|
|
print("1 second passed")
|
|
|
|
sleep(1)
|
|
print("2 seconds passed")
|
|
|
|
sleep(1)
|
|
print("3 seconds passed")
|