aboutsummaryrefslogtreecommitdiff
path: root/test/test_2016.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-04-10 14:56:42 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-04-10 14:56:42 +0800
commitfd91857910e637f6d813a19b745df7808b9b25af (patch)
tree435ce0ffd5deac7cdebb758610f833740af3297c /test/test_2016.cpp
parentd4d515b2159dd50b76da060bfa11337bca04feed (diff)
downloadadvent-of-code-fd91857910e637f6d813a19b745df7808b9b25af.tar.gz
advent-of-code-fd91857910e637f6d813a19b745df7808b9b25af.zip
2016 day5
Diffstat (limited to 'test/test_2016.cpp')
-rw-r--r--test/test_2016.cpp7
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);
+}