Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created October 9, 2020 14:45
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 BetterProgramming/cd99f4bbf72a85f2fddbd88cbf507aed to your computer and use it in GitHub Desktop.
Save BetterProgramming/cd99f4bbf72a85f2fddbd88cbf507aed to your computer and use it in GitHub Desktop.
import SwiftUI
struct ContentView: View {
var body: some View {
Text("Hello, world!")
.padding()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment