aboutsummaryrefslogtreecommitdiff
path: root/src/2018/day5/aoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2018/day5/aoc.h')
-rw-r--r--src/2018/day5/aoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2018/day5/aoc.h b/src/2018/day5/aoc.h
index a6d2d5c..3c49886 100644
--- a/src/2018/day5/aoc.h
+++ b/src/2018/day5/aoc.h
@@ -4,5 +4,5 @@
namespace aoc2018 {
-int day5(line_view);
+std::pair<int, int> day5(line_view);
}