Beispiel #1
0
 public void Part2()
 {
     Part2Solver.Solve(this.text, this.part1Value);
 }
 public void Part2()
 {
     Part2Solver.Solve(this.text);
 }
Beispiel #3
0
 public void Part2()
 {
     ProgramShell.RunSilent(new Part2Solver(this.lines, (1, 1), (3, 1), (5, 1), (7, 1), (1, 2)));
 }