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