]> git.lizzy.rs Git - uwu-lang.git/blob - example/test.uwu
375a03f1cfec4b9871bbae1eff005abe228845e9
[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 )