Go uses fmt.Println() for output. Every file starts with a package declaration.
Run this example to see how it works and then try the exercise.
Click "Run" to see the example in action...Your task: Print "Hello, World!" using fmt.Println()
Click "Run" to execute your code...What must every Go source file start with?
SUMMARY
In this section, you learned how to print output to the console. Next, you’ll learn how to declare variables.