コード例 #1
0
ファイル: Day16.cs プロジェクト: MRoc/adventofcode2020
 public bool IsContained(int value) => Lower.IsContained(value) || Upper.IsContained(value);