static func main()
Initializes and runs the app.
アプリを初期化して実行します。
Availability 有効性
Technology
init()
Swift synthesizes a default initializer for structures that don’t provide one. You typically rely on the default initializer for your app.
static func main()