diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-04-05 14:06:33 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-04-05 14:06:33 +0800 |
commit | 53cc516e2957ebd38988ed9fa895200583afc0b4 (patch) | |
tree | 048473f9d17e0256c629bfbed2e5c4b11a9fecf0 /test/test_2018.cpp | |
parent | f40afc6589c40ae7c4a4fa189951edd376254b24 (diff) | |
download | advent-of-code-53cc516e2957ebd38988ed9fa895200583afc0b4.tar.gz advent-of-code-53cc516e2957ebd38988ed9fa895200583afc0b4.zip |
day3s
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 d74ec13..b4c09c4 100644 --- a/test/test_2018.cpp +++ b/test/test_2018.cpp @@ -1,5 +1,6 @@ #include "2018/day1/aoc.h" #include "2018/day2/aoc.h" +#include "2018/day3/aoc.h" #include "catch.hpp" #include <stdio.h> #include <string.h> |