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")

3
example.ar Normal file
View File

@@ -0,0 +1,3 @@
import "cool_module" as cool
cool.cool_function()

View File

@@ -1,4 +0,0 @@
test = 10
poo = do
term.log("ran")
return "lol"