struct ContentView: View {
   var body: some View {
      Text("Hello World")
         .font(Font.system(size: 50))
   }
}