Initial commit

This commit is contained in:
2026-02-20 20:50:24 +01:00
commit 3c2c562983
14 changed files with 725 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
//
// mcrl_appApp.swift
// mcrl-app
//
// Created by Simon Oberzier on 13.01.26.
//
import SwiftUI
@main
struct mcrl_appApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}