1 2 3 4 5 6 7 8 9
#include "aoc.h" #include <iostream> int main() { std::cout << std::to_string(y2015_q03_p02()); return 0; }