#pragma once #include "common.h" namespace aoc2022 { std::pair day1(line_view file); }