using System; using System.Collections.Generic; using System.Linq; using System.Text; using WeatherHacks; namespace TestApplication { class Program { static void Main(string[ args) { Hacks hacks = new Hacks(25, Day.tomorrow); if (hacks.IsValid) Console.WriteLine(hacks.Telop); } } }