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

namespace aoc2021 {

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