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

namespace aoc2017 {

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