aboutsummaryrefslogtreecommitdiff
path: root/test/test_2018.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-04-05 14:06:33 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-04-05 14:06:33 +0800
commit53cc516e2957ebd38988ed9fa895200583afc0b4 (patch)
tree048473f9d17e0256c629bfbed2e5c4b11a9fecf0 /test/test_2018.cpp
parentf40afc6589c40ae7c4a4fa189951edd376254b24 (diff)
downloadadvent-of-code-53cc516e2957ebd38988ed9fa895200583afc0b4.tar.gz
advent-of-code-53cc516e2957ebd38988ed9fa895200583afc0b4.zip
day3s
Diffstat (limited to 'test/test_2018.cpp')
-rw-r--r--test/test_2018.cpp1
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>