aboutsummaryrefslogtreecommitdiff
path: root/example/print_args.uwu
diff options
context:
space:
mode:
Diffstat (limited to 'example/print_args.uwu')
-rw-r--r--example/print_args.uwu4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/print_args.uwu b/example/print_args.uwu
index 2256a88..593b4be 100644
--- a/example/print_args.uwu
+++ b/example/print_args.uwu
@@ -1,5 +1,5 @@
main :str:cat(
- $0,
$1,
- $2
+ $2,
+ $3
)