# App.swift ```swift import SwiftUI @main struct App: App { var body: some Scene { WindowGroup { ContentView() } } } ```