struct ContentView: View {
   var body: some View {
      Text("Hello World!")
         .frame(minWidth: 0, maxWidth: .infinity)
   }
}