#!/usr/bin/env swift; import Foundation func printHello() -> Void { print("Hello, world!") } // Begin Main printHello() exit(EXIT_SUCCESS)