aboutsummaryrefslogtreecommitdiff
path: root/src/2016/day12/aoc.cpp
blob: c32c5b687f4164e9f4f548459e828ca7296508e3 (plain)
1
2
3
4
5
6
#include "aoc.h"

namespace aoc2016 {

std::pair<int64_t, int64_t> day12(line_view) { return {0, 0}; }
} // namespace aoc2016