// The Swift Programming Language // https://docs.swift.org/swift-book @main struct swiftyfox { static func main() { print("Hello, world!") } }