libfile.swift 69 B

1234
  1. func printSomething(text: String) {
  2. print("Got this: \(text)")
  3. }