aboutsummaryrefslogtreecommitdiff
path: root/src/2015/day12/aoc.h
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-03-19 08:29:50 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-03-19 08:29:50 +0800
commit90230f2ec6365af9889f0b7e9cbee48e5ea0f79e (patch)
tree6ce649e1e18ceb96328d230f6a0fc2440ac99882 /src/2015/day12/aoc.h
parent0207a5a0e5f5ba522f0b005eee3f269032b01c6d (diff)
downloadadvent-of-code-90230f2ec6365af9889f0b7e9cbee48e5ea0f79e.tar.gz
advent-of-code-90230f2ec6365af9889f0b7e9cbee48e5ea0f79e.zip
day12
Diffstat (limited to 'src/2015/day12/aoc.h')
-rw-r--r--src/2015/day12/aoc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/2015/day12/aoc.h b/src/2015/day12/aoc.h
new file mode 100644
index 0000000..c439c03
--- /dev/null
+++ b/src/2015/day12/aoc.h
@@ -0,0 +1,6 @@
+#pragma once
+#include "common.h"
+
+namespace aoc2015 {
+
+}