Mercurial > public > geoquiz
comparison 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 |
comparison
equal
deleted
inserted
replaced
7:d945e52b0704 | 8:e09959b4e4a8 |
---|---|
7 | 7 |
8 import SwiftUI | 8 import SwiftUI |
9 | 9 |
10 struct GuessThePopulationView: View { | 10 struct GuessThePopulationView: View { |
11 var body: some View { | 11 var body: some View { |
12 Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) | 12 Text("Hello, World!") |
13 } | 13 } |
14 } | 14 } |
15 | 15 |
16 struct GuessThePopulation_Previews: PreviewProvider { | 16 struct GuessThePopulation_Previews: PreviewProvider { |
17 static var previews: some View { | 17 static var previews: some View { |