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

namespace aoc2019 {

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