Example #1
0
        [TestCase(425, 70848, 413188)] // task1
        public void Day9Solutions(int p, int l, long ws)
        {
            var result = MarbleCircle.Play(p, l);

            Assert.AreEqual(ws, result.Item2, "winning score not match");
        }