diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-04-11 18:31:19 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-04-11 18:31:19 +0800 |
commit | 56d6b697e18b42dc895a691d10c898c9c19e6e7f (patch) | |
tree | b8d26e298ab2633c040ea1f54138180242c4382b /test/test_2020.cpp | |
parent | 7f2c5f3c2060469a2b334b6ca1276633009d81a9 (diff) | |
download | advent-of-code-56d6b697e18b42dc895a691d10c898c9c19e6e7f.tar.gz advent-of-code-56d6b697e18b42dc895a691d10c898c9c19e6e7f.zip |
day6s
Diffstat (limited to 'test/test_2020.cpp')
-rw-r--r-- | test/test_2020.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_2020.cpp b/test/test_2020.cpp index d163bc6..fd38eab 100644 --- a/test/test_2020.cpp +++ b/test/test_2020.cpp @@ -3,6 +3,7 @@ #include "2020/day3/aoc.h" #include "2020/day4/aoc.h" #include "2020/day5/aoc.h" +#include "2020/day6/aoc.h" #include "catch.hpp" #include <stdio.h> |