aboutsummaryrefslogtreecommitdiff
path: root/src/2016/day11/aoc.cpp
blob: 2381969df2a7a2f17e521479ee114a97b2c02f5b (plain)
1
2
3
4
5
6
#include "aoc.h"

namespace aoc2016 {

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