1 2 3 4 5 6
#pragma once #include "common.h" namespace aoc2021 { std::pair<int, int> day1(line_view); }