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

namespace aoc2019 {

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