diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-04-03 16:56:31 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-04-03 16:56:31 +0800 |
commit | e8daf4c16f0616868f6c719e52f054dc19692d3e (patch) | |
tree | 6e85fcb42f5f972a88f2540c0dea640222a9a2df /test/test_2021.cpp | |
parent | 1e7f58a8c34b916b1bb7cc1155cd25db8801e284 (diff) | |
download | advent-of-code-e8daf4c16f0616868f6c719e52f054dc19692d3e.tar.gz advent-of-code-e8daf4c16f0616868f6c719e52f054dc19692d3e.zip |
day1s
Diffstat (limited to 'test/test_2021.cpp')
-rw-r--r-- | test/test_2021.cpp | 7 |
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"); +} |