aboutsummaryrefslogtreecommitdiff
path: root/test/test_2021.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-04-04 19:26:22 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-04-04 19:26:22 +0800
commit1078cd54eb79b30fa4614e303cb8df78d2439e31 (patch)
tree6516a996ab55b3a2d563093aa60119d045cf3893 /test/test_2021.cpp
parent770404cb5d2a65787dd612396dfd8248d20e61dc (diff)
downloadadvent-of-code-1078cd54eb79b30fa4614e303cb8df78d2439e31.tar.gz
advent-of-code-1078cd54eb79b30fa4614e303cb8df78d2439e31.zip
day2s
Diffstat (limited to 'test/test_2021.cpp')
-rw-r--r--test/test_2021.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_2021.cpp b/test/test_2021.cpp
index 270e67f..ebc0d35 100644
--- a/test/test_2021.cpp
+++ b/test/test_2021.cpp
@@ -1,4 +1,5 @@
#include "2021/day1/aoc.h"
+#include "2021/day2/aoc.h"
#include "catch.hpp"
#include <stdio.h>