diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-04-09 20:18:10 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-04-09 20:18:10 +0800 |
commit | fcf5c122e4efd4d4aceaf9eda7563ce9c3102395 (patch) | |
tree | f5bc1d4abea2a2b30001d9acdc87e2d33990d6ae /test/test_2018.cpp | |
parent | 99a436cd89a91b7dc302e16f478f06177abed9bd (diff) | |
download | advent-of-code-fcf5c122e4efd4d4aceaf9eda7563ce9c3102395.tar.gz advent-of-code-fcf5c122e4efd4d4aceaf9eda7563ce9c3102395.zip |
day5s
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 ee4c755..036ba19 100644 --- a/test/test_2018.cpp +++ b/test/test_2018.cpp @@ -2,6 +2,7 @@ #include "2018/day2/aoc.h" #include "2018/day3/aoc.h" #include "2018/day4/aoc.h" +#include "2018/day5/aoc.h" #include "catch.hpp" #include <stdio.h> #include <string.h> |