Concept Flow - Top-level statements in modern C#
Start of Program
Execute top-level statements in order
Program ends after last statement
The program starts by running statements written directly at the top level, without needing a Main method, then ends after the last statement.