aboutsummaryrefslogtreecommitdiff
path: root/src/2019/day17/aoc.cpp
blob: d5bf50b199984456fef698b70e095c1b2444398d (plain)
1
2
3
4
5
6
#include "aoc.h"

namespace aoc2019 {

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