using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld {staticvoid Main(string[] args){ Console.Out.WriteLine("three... two.. one... zero... liftoff!"); Console.Out.WriteLine("houston, we have a problem"); Console.In.ReadLine();}}}