using System; class Program { static void Main() { Console.WriteLine("Hello"); Console.WriteLine("Hello from IDE7!"); } }