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

namespace aoc2019 {

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