1 2 3 4 5 6 7
#include "common.h" #include <stdint.h> #include <vector> namespace aoc2015 { std::pair<int64_t, int64_t> day25(line_view lv); }