Beispiel #1
0
 public Part1()
 {
     instructionsRepository = new InstructionsRepository();
     accumulator            = new Accumulator();
 }