コード例 #1
0
ファイル: Day13.cs プロジェクト: AlFasGD/AdventOfCode
 public override int SolvePart1()
 {
     return(firewall.GetTripSeverity(0));
 }