public void Day05() { var d = new Day05(); Assert.AreEqual(13210611, d.DoCalc(1)); Assert.AreEqual(584126, d.DoCalc(5)); }