With the arrival of toplevel statements in C# 9 and Visual Studio 2022, the default console projects basically start out with an empty Program.cs file. Gone are the , for beginners, strange things likes class Program, namespace, endless curly braces, etc.
From the perspective of “luring”...