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

namespace aoc2016 {

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