]> git.lizzy.rs Git - uwu-lang.git/blob - example/test.uwu
Redesign function names
[uwu-lang.git] / example / test.uwu
1 hello_world "hello world
2 "
3
4 main str.cat(
5         hello_world,
6         .fibo.print(10),
7         nil.nil
8 )