Skriller0208's picture
Upload 814 files
613af8d verified
raw
history blame contribute delete
147 Bytes
import SwiftUI
@main
struct WhisperCppDemoApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}