Test Post by Bloggu
akaakoz
Posted on October 23, 2022
This is a test submission by Bloggu.
Code:
import SwiftUI
struct ContentView: View {
var body: some View {
Text("Hello, world!")
.padding()
}
}
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
💖 💪 🙅 🚩
akaakoz
Posted on October 23, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.