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