public void Day11Part2Exercise()
        {
            var robot   = new HullPaintingRobot(1);
            var visited = robot.Paint();

            var numberPlate = new NumberPlate {
                Panels = visited
            };
            // BCKFPCRA
        }
Esempio n. 2
0
 public MainPage InputNumberPlate(string numberplate)
 {
     NumberPlate.Click();
     NumberPlate.SendKeys(numberplate);
     return(this);
 }