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

namespace aoc2019 {

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