struct ContentView: View {
   var body: some View {
      Text("Hello World!")
         .frame(width: 200, height: 100, alignment: .leading)
   }
}