]> git.lizzy.rs Git - uwu-nolambda.git/blobdiff - test.uwu
Implement nolambda:os module
[uwu-nolambda.git] / test.uwu
index a0e0681a33e26be285e60e84c6076d85083cb73a..8e7d32b52455ddce7ee3afb5697b93f9c3916320 100644 (file)
--- 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"
 )