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