Exemple #1
0
 static void Main(string[] args)
 {
     RobotSimulation c = new RobotSimulation();
     object o = c.cellsVisited("UUDUDDLLDR", 1);
     PrintObj(o);
     System.Console.In.ReadLine();
 }