diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-04-04 19:26:22 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-04-04 19:26:22 +0800 |
commit | 1078cd54eb79b30fa4614e303cb8df78d2439e31 (patch) | |
tree | 6516a996ab55b3a2d563093aa60119d045cf3893 /test/test_2018.cpp | |
parent | 770404cb5d2a65787dd612396dfd8248d20e61dc (diff) | |
download | advent-of-code-1078cd54eb79b30fa4614e303cb8df78d2439e31.tar.gz advent-of-code-1078cd54eb79b30fa4614e303cb8df78d2439e31.zip |
day2s
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 57c3845..fcd68ef 100644 --- a/test/test_2018.cpp +++ b/test/test_2018.cpp @@ -1,4 +1,5 @@ #include "2018/day1/aoc.h" +#include "2018/day2/aoc.h" #include "catch.hpp" #include <stdio.h> |