aboutsummaryrefslogtreecommitdiff
path: root/test.uwu
diff options
context:
space:
mode:
Diffstat (limited to 'test.uwu')
-rw-r--r--test.uwu9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.uwu b/test.uwu
new file mode 100644
index 0000000..a061a99
--- /dev/null
+++ b/test.uwu
@@ -0,0 +1,9 @@
+main flow:linear(
+ io:print("please enter something:"),
+ io:print(io:scan),
+ io:print(:str:cat(
+ "your input: ",
+ io:scan("please enter something else: ")
+ )),
+ "success"
+)