aboutsummaryrefslogtreecommitdiff
path: root/src/2015/day23/aoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2015/day23/aoc.h')
-rw-r--r--src/2015/day23/aoc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/2015/day23/aoc.h b/src/2015/day23/aoc.h
new file mode 100644
index 0000000..57257e9
--- /dev/null
+++ b/src/2015/day23/aoc.h
@@ -0,0 +1,7 @@
+#pragma once
+#include "common.h"
+
+namespace aoc2015 {
+
+std::pair<int, int> day23(line_view lv);
+} // namespace aoc2015