aboutsummaryrefslogtreecommitdiff
path: root/src/2018/day12/aoc.cpp
blob: e1284508a7e36e32212a94de8a6a3687c6843630 (plain)
1
2
3
4
5
6
#include "aoc.h"

namespace aoc2018 {

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