1 2 3 4 5 6 7
#pragma once #include "common.h" #include <vector> namespace aoc2016 { std::pair<std::string, int64_t> day17(line_view); }