Mercurial > public > geoquiz
view GeoQuiz/Models/CountryCapitals.swift @ 3:4dbe0cd9dadc
first game prototype
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Thu, 22 Sep 2022 10:42:39 +0200 |
parents | 413e2d21333e |
children |
line wrap: on
line source
// // CountryCapitals.swift // GeoQuiz // // Created by Dennis Concepción Martín on 7/9/22. // import Foundation struct CountryCapitals: Codable { let countries: [String: String] }