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

namespace aoc2017 {

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