aboutsummaryrefslogtreecommitdiff
path: root/src/2022/day25/aoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2022/day25/aoc.h')
-rw-r--r--src/2022/day25/aoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2022/day25/aoc.h b/src/2022/day25/aoc.h
index e24291a..06f1f06 100644
--- a/src/2022/day25/aoc.h
+++ b/src/2022/day25/aoc.h
@@ -21,5 +21,5 @@ struct snafu {
}
};
-std::pair<int64_t, int64_t> day25(line_view);
+std::pair<std::string, int64_t> day25(line_view);
} // namespace aoc2022