Exemplo n.º 1
0
 // END CUT HERE
 // BEGIN CUT HERE
 public static void Main()
 {
     try
     {
         ConnectingAirports ___test = new ConnectingAirports();
         ___test.run_test(-1);
     }
     catch (Exception e)
     {
         //Console.WriteLine(e.StackTrace);
         Console.WriteLine(e.ToString());
     }
 }
Exemplo n.º 2
0
 // END CUT HERE
 // BEGIN CUT HERE
 public static void Main()
 {
     try
     {
         ConnectingAirports ___test = new ConnectingAirports();
         ___test.run_test(-1);
     }
     catch (Exception e)
     {
         //Console.WriteLine(e.StackTrace);
         Console.WriteLine(e.ToString());
     }
 }