Hello World! in Swift

Swift developers kick off their projects with a 'Hello, World!' statement, like this.

Hello World! in Swift
Photo by Agung Raharja / Unsplash

Swift developers kick off their projects with a 'Hello, World!' statement, like this:

import Swift

print("Hello, World!")