Esempio n. 1
0
        public void Part2()
        {
            var rows = new[]
            {
                1721,
                979,
                366,
                299,
                675,
                1456
            };

            ExpenseReport.FindSum2(rows, 2020)
            .Should().BeEquivalentTo(new[] { 979, 366, 675 });
        }