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

namespace aoc2019 {

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