diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-04-17 14:35:43 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-04-17 14:35:43 +0800 |
commit | 814ce63def18aef5d28f83eb42c7c35c126a63ae (patch) | |
tree | 632273f9c2fc978156745ec3c0581b4edb296d3d /test/test_2018.cpp | |
parent | f2142ba692d7eed53096441174737ce8f7255faf (diff) | |
download | advent-of-code-814ce63def18aef5d28f83eb42c7c35c126a63ae.tar.gz advent-of-code-814ce63def18aef5d28f83eb42c7c35c126a63ae.zip |
day7s
Diffstat (limited to 'test/test_2018.cpp')
-rw-r--r-- | test/test_2018.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_2018.cpp b/test/test_2018.cpp index 4747706..c4dba34 100644 --- a/test/test_2018.cpp +++ b/test/test_2018.cpp @@ -4,6 +4,7 @@ #include "2018/day4/aoc.h" #include "2018/day5/aoc.h" #include "2018/day6/aoc.h" +#include "2018/day7/aoc.h" #include "catch.hpp" #include <stdio.h> #include <string.h> |