Exemple #1
0
 public Part1()
 {
     inputSquareRepository = new InputSquareRepository();
     spiralMemory          = new SpiralMemory();
 }