aboutsummaryrefslogtreecommitdiff
path: root/src/2020/day7/aoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2020/day7/aoc.h')
-rw-r--r--src/2020/day7/aoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2020/day7/aoc.h b/src/2020/day7/aoc.h
index 189237e..3ad7539 100644
--- a/src/2020/day7/aoc.h
+++ b/src/2020/day7/aoc.h
@@ -55,5 +55,5 @@ struct bag_regulations {
}
};
-int day7(line_view, const char*);
+std::pair<int, int> day7(line_view, const char*);
} // namespace aoc2020