示例#1
0
 public Day01()
 {
     _lstExpenses = InputGetter.GetAllLinesInt($"./Inputs/{GetType().Name}.txt").ToList();
 }