예제 #1
0
 static void Main(string[] args)
 {
     Console.SetWindowSize(80, 36);
     ConsoleArt.DrawUI();
     Go();
     Console.Read();
 }