using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Playgrounds.Console { class Program { static void Main(string[] args) { EarthDemo.RunApp(); System.Console.ReadKey(); } } }