Skip to content

Instantly share code, notes, and snippets.

@ralph-bergmann
Last active January 25, 2021 00:26
Show Gist options
  • Select an option

  • Save ralph-bergmann/a0d46513ee6e37587afe8275a5bc1246 to your computer and use it in GitHub Desktop.

Select an option

Save ralph-bergmann/a0d46513ee6e37587afe8275a5bc1246 to your computer and use it in GitHub Desktop.
import SwiftUI
import core
struct ContentView: View {
var body: some View {
Text("Hello, \(name())!").padding()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment