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

namespace aoc2021 {

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