diff GeoQuiz/GuessThePopulationView.swift @ 8:e09959b4e4a8

fix bugs
author Dennis C. M. <dennis@denniscm.com>
date Thu, 06 Oct 2022 11:14:34 +0200
parents d945e52b0704
children a793f33f05fb
line wrap: on
line diff
--- a/GeoQuiz/GuessThePopulationView.swift	Tue Oct 04 18:54:24 2022 +0200
+++ b/GeoQuiz/GuessThePopulationView.swift	Thu Oct 06 11:14:34 2022 +0200
@@ -9,7 +9,7 @@
 
 struct GuessThePopulationView: View {
     var body: some View {
-        Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
+        Text("Hello, World!")
     }
 }