コード例 #1
0
 public Day03()
 {
     _lstInputs = InputGetter.GetAllLinesCharArray($"./Inputs/{GetType().Name}.txt").ToList();
 }