// https://carrascomolina.com import SwiftUI @main struct TheSwiftWeek: App { var body: some Scene { WindowGroup { Text("Moin") } } }