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

namespace aoc2017 {

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