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

namespace aoc2019 {

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