#include "aoc.h" namespace aoc2022 { std::pair day13(line_view) { return {0, 0}; } }