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

namespace aoc2017 {

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