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

namespace aoc2019 {

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