1 2 3 4 5
#include "aoc.h" namespace aoc2015 { int day6(line_view lv) { return 0; } } // namespace aoc2015