struct ContentView: View {
   var body: some View {
      Text("Hello World")
         .padding(25)
   }
}