change example

This commit is contained in:
2023-03-14 00:09:03 +00:00
parent 406eafb8a4
commit d0abbba7c1
3 changed files with 7 additions and 4 deletions

4
cool_module.ar Normal file
View File

@@ -0,0 +1,4 @@
cool_function() = do
term.log("this is a cool function")
time.snooze(1)
term.log("wow what a cool function")