4 lines
91 B
Swift
4 lines
91 B
Swift
|
|
printAll(4, 3, 5, 6, 4, 3)
|
||
|
|
printAll(4, 3, 5)
|
||
|
|
printAll("Rosetta", "Code", "Is", "Awesome!")
|