aboutsummaryrefslogtreecommitdiff
path: root/test.uwu
diff options
context:
space:
mode:
Diffstat (limited to 'test.uwu')
-rw-r--r--test.uwu6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.uwu b/test.uwu
index a0e0681..8e7d32b 100644
--- a/test.uwu
+++ b/test.uwu
@@ -27,5 +27,11 @@ main flow:linear(
io:print("successfully removed file")
),
+ io:print(os:time),
+ os:sleep(500),
+ io:print(os:time),
+
+ os:execute("echo hello world"),
+
"success"
)