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