Last active
January 25, 2021 00:26
-
-
Save ralph-bergmann/a0d46513ee6e37587afe8275a5bc1246 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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