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