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

namespace aoc2020 {

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