@MobileTen it is a standard code for App. The line 10 is @main. I could not format it, so here is the almost full code.
@main
struct ProbabilityDistributionsApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: