]> git.lizzy.rs Git - uwu-lang.git/blob - example/print_args.uwu
Update capitalization of Turing in the README (#1)
[uwu-lang.git] / example / print_args.uwu
1 main str.cat(
2         $1,
3         $2,
4         $3
5 )