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