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

namespace aoc2021 {

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