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

namespace aoc2020 {

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