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