Exemplo n.º 1
0
        public void GetDay21Part02AnswerTest()
        {
            string expected = "fllssz,kgbzf,zcdcdf,pzmg,kpsdtv,fvvrc,dqbjj,qpxhfp";
            string actual   = Day21.GetDay21Part02Answer();

            Assert.Equal(expected, actual);
        }