aboutsummaryrefslogtreecommitdiff
path: root/src/2017/day9/aoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/2017/day9/aoc.cpp')
-rw-r--r--src/2017/day9/aoc.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/2017/day9/aoc.cpp b/src/2017/day9/aoc.cpp
new file mode 100644
index 0000000..074ae8e
--- /dev/null
+++ b/src/2017/day9/aoc.cpp
@@ -0,0 +1,5 @@
+#include "aoc.h"
+
+namespace aoc {
+
+}