Ad

The println function was removed in Swift 3, in favor of just print with the optional terminator: argument, which defaults to "\n".

Code
Diff
  • print("Hello Swift!")
    • println("Hello Swift!")
    • print("Hello Swift!")