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

namespace aoc2021 {

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