// The most simple organization // A class located directly in the global namespace // In source file ex.cs using System; public class C { public static void Main(){ Console.WriteLine("The start of the program"); } }