Concept Flow - Output using fmt.Print
Start program
Call fmt.Print
Evaluate arguments
Write output to console
Continue or end program
The program starts, calls fmt.Print with arguments, evaluates them, writes output to the console, then continues or ends.