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

import Swift

print("Hello, World!")
Share this post