Schulung_iOS/App.swift
2025-10-20 12:12:16 +02:00

9 lines
115 B
Swift

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