#pragma once #include "common.h" namespace aoc2020 { std::pair day1(line_view, int); }