summaryrefslogtreecommitdiff
path: root/main.cpp
blob: 957cde86bf41959ef1695cbea640d1852814ed51 (plain)
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;
}