Skip to content

Instantly share code, notes, and snippets.

@marcosgriselli
Last active March 17, 2020 22:41
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 marcosgriselli/6955f270acab01ec8039903c3d343514 to your computer and use it in GitHub Desktop.
Save marcosgriselli/6955f270acab01ec8039903c3d343514 to your computer and use it in GitHub Desktop.
import SwiftUI
struct ContentView: View {
var body: some View {
Text("I work!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment