Schulung_iOS/App.swift
2025-10-21 09:39:09 +02:00

12 lines
171 B
Swift

// https://carrascomolina.com
import SwiftUI
@main
struct TheSwiftWeek: App {
var body: some Scene {
WindowGroup {
BikeView()
}
}
}