4 lines
69 B
Swift
4 lines
69 B
Swift
func printSomething(text: String) {
|
|
print("Got this: \(text)")
|
|
}
|
func printSomething(text: String) {
|
|
print("Got this: \(text)")
|
|
}
|