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

namespace aoc2021 {

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