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