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

namespace aoc2021 {

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