aboutsummaryrefslogtreecommitdiff
path: root/src/2017/day15/aoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2017/day15/aoc.h')
-rw-r--r--src/2017/day15/aoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2017/day15/aoc.h b/src/2017/day15/aoc.h
index 987227e..669ab79 100644
--- a/src/2017/day15/aoc.h
+++ b/src/2017/day15/aoc.h
@@ -3,5 +3,6 @@
#include <vector>
namespace aoc2017 {
+
std::pair<int64_t, int64_t> day15(line_view);
}