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

namespace aoc2020 {

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