Exemple #1
0
 public MarsRover(string plateauInput)
 {
     Plateau     = InputUtils.GeneratePlateauObject(plateauInput);
     Coordinates = new Coordinates();
     Direction   = new Direction();
 }