#pragma once #include "common.h" namespace aoc2015 { std::pair day20(int, int); }