# Introduction In this challenge, you will create a welcoming Go script that demonstrates your programming skills. The goal is to build a personalized greeting for a new team member, showcasing your ability to use various output functions from the `fmt` package. You will be required to include a team member's name, and ensure the program compiles and runs without errors.
Click the virtual machine below to start practicing