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

namespace aoc2016 {

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