1 2 3 4 5 6 7 8
#include "aoc.h" namespace aoc2022 { std::pair<int,int> day8(line_view file) { return {0, 0}; } }