This option controls whether top-level statements should be preferred over declaring an explicit program entry point.
Console.WriteLine("Hello");
class Program { static void Main() { Console.WriteLine("Hello"); } }