diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-05-14 18:01:34 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-05-14 18:01:34 +0800 |
commit | 450c678de3712a83b2259475f9a2711eb6340705 (patch) | |
tree | 9e22a7945ac0ac99cfd5354bc3fbe844b775d45b /test/test_2019.cpp | |
parent | 17fe147d01b3522b7f9214b48d738b8e474cbed9 (diff) | |
download | advent-of-code-450c678de3712a83b2259475f9a2711eb6340705.tar.gz advent-of-code-450c678de3712a83b2259475f9a2711eb6340705.zip |
day9s
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 830e3d4..b6ac082 100644 --- a/test/test_2019.cpp +++ b/test/test_2019.cpp @@ -6,6 +6,7 @@ #include "2019/day6/aoc.h" #include "2019/day7/aoc.h" #include "2019/day8/aoc.h" +#include "2019/day9/aoc.h" #include "catch.hpp" #include <stdio.h> |