aboutsummaryrefslogtreecommitdiff
path: root/src/2020/day24/aoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/2020/day24/aoc.cpp')
-rw-r--r--src/2020/day24/aoc.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/2020/day24/aoc.cpp b/src/2020/day24/aoc.cpp
new file mode 100644
index 0000000..9e92150
--- /dev/null
+++ b/src/2020/day24/aoc.cpp
@@ -0,0 +1,6 @@
+#include "aoc.h"
+
+namespace aoc2020 {
+
+std::pair<int64_t, int64_t> day24(line_view) { return {0, 0}; }
+} // namespace aoc2020