Concept Flow - Output using println macro
Start Program
Call println! macro
Format string and arguments
Send output to console
Continue or End Program
The program starts, calls the println! macro which formats the string and arguments, then sends the output to the console before continuing or ending.