Mercurial > public > geoquiz
diff GeoQuiz/GeoQuizApp.swift @ 0:413e2d21333e
first commit
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 20 Sep 2022 08:13:26 +0200 |
parents | |
children | 039b26a99a48 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/GeoQuizApp.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,17 @@ +// +// GeoQuizApp.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 4/9/22. +// + +import SwiftUI + +@main +struct GeoQuizApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +}