Concept Flow - Output formatting basics
Start program
Call fmt.Printf
Process format string
Replace verbs with values
Print formatted output
End program
The program starts, calls fmt.Printf with a format string and values, processes the format string by replacing verbs with values, prints the formatted output, then ends.