Build: Simple Greeting Screen
This screen shows a greeting message using a SwiftUI View that conforms to the View protocol and implements the body property.
Target UI
--------------------- | | | Hello, Friend! | | | ---------------------
Create a SwiftUI View struct that conforms to the View protocol.
Implement the required body property returning a Text view.
Display the text 'Hello, Friend!' centered on the screen.