@main struct Entrypoint { static func main() async { // <= ここに入力コード } }
$ swiftc -parse-as-library ./main.swift $ ./main