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