diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_2016.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test_2016.cpp b/test/test_2016.cpp index ff4e0d6..a334d1e 100644 --- a/test/test_2016.cpp +++ b/test/test_2016.cpp @@ -35,3 +35,10 @@ TEST_CASE("Security Through Obscurity", "[2016]") { REQUIRE(185371 == p.first); REQUIRE(984 == p.second); } + +TEST_CASE("How About a Nice Game of Chess?", "[2016]") { + // char pass1[9] = {0}; + // char pass2[9] = {0}; + // aoc2016::day5("abbhdwsy", 8, pass1, pass2); + // printf("%s %s\n", pass1, pass2); +} |