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

namespace aoc2020 {

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