blob: 45f941ca74024271072d2412fbc34fad1155a4b6 [file]
func printSomething(text: String) {
print("Got this: \(text)")
}