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

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