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

namespace aoc2017 {

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