aboutsummaryrefslogtreecommitdiff
path: root/src/2016/day25/aoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/2016/day25/aoc.cpp')
-rw-r--r--src/2016/day25/aoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2016/day25/aoc.cpp b/src/2016/day25/aoc.cpp
index 7932389..8252b64 100644
--- a/src/2016/day25/aoc.cpp
+++ b/src/2016/day25/aoc.cpp
@@ -2,5 +2,5 @@
namespace aoc2016 {
-std::pair<int64_t, int64_t> day25(line_view) { return {0, 0}; }
+// std::pair<int64_t, int64_t> day25(line_view) { return {0, 0}; }
} // namespace aoc2016