aboutsummaryrefslogtreecommitdiff
path: root/src/2017/day9/aoc.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-05-14 18:01:34 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-05-14 18:01:34 +0800
commit450c678de3712a83b2259475f9a2711eb6340705 (patch)
tree9e22a7945ac0ac99cfd5354bc3fbe844b775d45b /src/2017/day9/aoc.cpp
parent17fe147d01b3522b7f9214b48d738b8e474cbed9 (diff)
downloadadvent-of-code-450c678de3712a83b2259475f9a2711eb6340705.tar.gz
advent-of-code-450c678de3712a83b2259475f9a2711eb6340705.zip
day9s
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 {
+
+}