aboutsummaryrefslogtreecommitdiff
path: root/src/2019/day8/aoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2019/day8/aoc.h')
-rw-r--r--src/2019/day8/aoc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/2019/day8/aoc.h b/src/2019/day8/aoc.h
new file mode 100644
index 0000000..959d6d8
--- /dev/null
+++ b/src/2019/day8/aoc.h
@@ -0,0 +1,6 @@
+#pragma once
+#include "common.h"
+
+namespace aoc2019 {
+
+}