struct ContentView: View {
    var body: some View {
        Text("Hello, world!")
            .padding()
    }
}