コード例 #1
0
ファイル: Computer.cs プロジェクト: godefroi/aoc-2019
 public void AddInput(long input) => Input.AddInput(input);