import SwiftUI
struct SwiftUIView: View {
var body: some View {
Text("Hello, World!")
}
}
#Preview {
SwiftUIView()
}
Here is the snippet, it is not even loading for printing "Hello, World!"
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: