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

namespace aoc2021 {

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