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

namespace aoc2017 {

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