3 lines
97 B
Raku
3 lines
97 B
Raku
print_all(4, 3, 5, 6, 4, 3);
|
|
print_all(4, 3, 5);
|
|
print_all("Rosetta", "Code", "Is", "Awesome!");
|