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

namespace aoc2020 {

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