1 2 3 4 5 6 7
#pragma once #include "common.h" namespace aoc2021 { std::pair<int,int> day4(line_view); } // namespace aoc2021