static void Main(string[] args) { Task2.Go(); // Here is Task1 inside Task3.OneDimDemonstrate(); Task4.Go(); Console.ReadLine(); }