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

namespace aoc2019 {

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