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

namespace aoc2017 {

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