aboutsummaryrefslogtreecommitdiff
path: root/src/2018/day25/aoc.cpp
blob: da3b5960d0172385b0337d7ed096fc2bd1e80d1d (plain)
1
2
3
4
5
6
#include "aoc.h"

namespace aoc2018 {

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