The initial entry for a [[SwiftUI]] application is the `ContentView`, a struct that must implement the [[SwiftUI View Protocol|View]] protocol. In case we need to add some state to it (which we cannot do by default because it is created immutable), we can use the [[@State Property Wrapper in SwiftUI|@State property wrapper]].