diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 11:34:13 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 11:34:13 +0800 |
commit | 23b38a4aae582af3a48d80a14b9b277ffc6a476b (patch) | |
tree | 14b820f98a8642547001d7bfb801d2d8d95a470c /test/test_2015.cpp | |
parent | 8b657a93954bca14c1e16b713c76357734d8c761 (diff) | |
download | advent-of-code-23b38a4aae582af3a48d80a14b9b277ffc6a476b.tar.gz advent-of-code-23b38a4aae582af3a48d80a14b9b277ffc6a476b.zip |
test day12 part2
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r-- | test/test_2015.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp index f5bfb26..6c23e57 100644 --- a/test/test_2015.cpp +++ b/test/test_2015.cpp @@ -142,4 +142,5 @@ TEST_CASE("Corporate Policy", "[day11]") { TEST_CASE("", "[day12]") { line_view lv = load_file("../src/2015/day12/input"); REQUIRE(156366 == aoc2015::day12(lv)); + printf("%d\n", aoc2015::day12_part2("{{red1} 2 {red3 {4}}} 10")); } |