aboutsummaryrefslogtreecommitdiff
path: root/src/2017/day17/aoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/2017/day17/aoc.cpp')
-rw-r--r--src/2017/day17/aoc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/2017/day17/aoc.cpp b/src/2017/day17/aoc.cpp
index ed4a42b..f2a9d5a 100644
--- a/src/2017/day17/aoc.cpp
+++ b/src/2017/day17/aoc.cpp
@@ -2,5 +2,6 @@
namespace aoc2017 {
-std::pair<int64_t, int64_t> day17(line_view) { return {0, 0}; }
+std::pair<int64_t, int64_t> day17(line_view file) { return {0, 0}; }
+
} // namespace aoc2017