aboutsummaryrefslogtreecommitdiff
path: root/example/test.uwu
blob: 90ced3fe4703e00d29ae77e373a3c33b16f527af (plain)
1
2
3
4
5
6
7
8
hello_world "hello world
"

main str.cat(
	hello_world,
	.fibo.print(10),
	nil.nil
)