using System; namespace Luea { class Program { static void Main(string[] args) { Console.WriteLine("Initializing..."); } } }