Skip to content

Instantly share code, notes, and snippets.

@scottfinkelstein
Created July 16, 2020 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottfinkelstein/96ad4c88b43ed59dfb40cc00500a4591 to your computer and use it in GitHub Desktop.
Save scottfinkelstein/96ad4c88b43ed59dfb40cc00500a4591 to your computer and use it in GitHub Desktop.
import SwiftUI
@main
struct MyTodoList: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment