Concept Flow - Output using fmt.Println
Start program
Call fmt.Println
Evaluate arguments
Print output to console
Move to next line
Program ends
The program starts, calls fmt.Println to print values, outputs them to the console, then moves to the next line and ends.