aboutsummaryrefslogtreecommitdiff
path: root/test/test_2021.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2021.cpp')
-rw-r--r--test/test_2021.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test_2021.cpp b/test/test_2021.cpp
new file mode 100644
index 0000000..4709dac
--- /dev/null
+++ b/test/test_2021.cpp
@@ -0,0 +1,7 @@
+#include "2021/day1/aoc.h"
+#include "catch.hpp"
+#include <stdio.h>
+
+TEST_CASE("", "[day1]") {
+ // line_view lv = load_file("../src/2021/day1/input");
+}