1 2 3 4 5 6 7
#include "2018/day1/aoc.h" #include "catch.hpp" #include <stdio.h> TEST_CASE("", "[2018]") { // line_view lv = load_file("../src/2018/day1/input"); }