aboutsummaryrefslogtreecommitdiff
path: root/test/test_2017.cpp
blob: be7c947938973ca6e2b6304f198a696b23741b2c (plain)
1
2
3
4
5
6
7
#include "2017/day1/aoc.h"
#include "catch.hpp"
#include <stdio.h>

TEST_CASE("", "[2017]") {
  // line_view lv = load_file("../src/2017/day1/input");
}