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