import SwiftUI struct ContentView: View { var body: some View { Text("Hello") Text("World") } } struct ContentView_