Initial Commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// ContentView.swift
|
||||
// StudyStructure
|
||||
//
|
||||
// Created by Felix Förtsch on 29.07.21.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ContentView: View {
|
||||
var body: some View {
|
||||
Text("Hello, world!")
|
||||
.padding()
|
||||
}
|
||||
}
|
||||
|
||||
struct ContentView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user