# First Mirror Test **Published by:** [0xShibaInuMaruko](https://paragraph.com/@shiba8maruko/) **Published on:** 2022-08-14 **URL:** https://paragraph.com/@shiba8maruko/first-mirror-test ## Content // // ContentView.swift // HelloWorld // // Created by gk.Xu on 2022/8/14. // import SwiftUI struct ContentView: View { var body: some View { Text("Hello, world!") .padding() } } struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() } } ## Publication Information - [0xShibaInuMaruko](https://paragraph.com/@shiba8maruko/): Publication homepage - [All Posts](https://paragraph.com/@shiba8maruko/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@shiba8maruko): Subscribe to updates - [Twitter](https://twitter.com/ShibaWanzi): Follow on Twitter