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

namespace aoc2018 {

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