diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-05-07 16:09:43 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-05-07 16:09:43 +0800 |
commit | 7c3b65e0e91161526c5f8d6feebef1199709c6a8 (patch) | |
tree | f3235b3ecd432df56f8f16dbd0f8be487fd54cb8 /test/test_2019.cpp | |
parent | dde34a27133632aa7892eb4533890aea5ea04efb (diff) | |
download | advent-of-code-7c3b65e0e91161526c5f8d6feebef1199709c6a8.tar.gz advent-of-code-7c3b65e0e91161526c5f8d6feebef1199709c6a8.zip |
day8s
Diffstat (limited to 'test/test_2019.cpp')
-rw-r--r-- | test/test_2019.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_2019.cpp b/test/test_2019.cpp index 6e43cf1..c3c4357 100644 --- a/test/test_2019.cpp +++ b/test/test_2019.cpp @@ -5,6 +5,7 @@ #include "2019/day5/aoc.h" #include "2019/day6/aoc.h" #include "2019/day7/aoc.h" +#include "2019/day8/aoc.h" #include "catch.hpp" #include <stdio.h> |