diff options
Diffstat (limited to 'src/2016/day23/aoc.h')
-rw-r--r-- | src/2016/day23/aoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2016/day23/aoc.h b/src/2016/day23/aoc.h index 2621f71..f39f215 100644 --- a/src/2016/day23/aoc.h +++ b/src/2016/day23/aoc.h @@ -4,4 +4,5 @@ namespace aoc2016 { std::pair<int64_t, int64_t> day23(line_view); +std::pair<int64_t, int64_t> day25(line_view); } |