diff options
Diffstat (limited to 'test/test_2018.cpp')
-rw-r--r-- | test/test_2018.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test_2018.cpp b/test/test_2018.cpp index e69de29..ac15881 100644 --- a/test/test_2018.cpp +++ b/test/test_2018.cpp @@ -0,0 +1,7 @@ +#include "2018/day1/aoc.h" +#include "catch.hpp" +#include <stdio.h> + +TEST_CASE("", "[2018]") { + // line_view lv = load_file("../src/2018/day1/input"); +} |