diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 08:29:50 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 08:29:50 +0800 |
commit | 90230f2ec6365af9889f0b7e9cbee48e5ea0f79e (patch) | |
tree | 6ce649e1e18ceb96328d230f6a0fc2440ac99882 /src/2015/day12/aoc.cpp | |
parent | 0207a5a0e5f5ba522f0b005eee3f269032b01c6d (diff) | |
download | advent-of-code-90230f2ec6365af9889f0b7e9cbee48e5ea0f79e.tar.gz advent-of-code-90230f2ec6365af9889f0b7e9cbee48e5ea0f79e.zip |
day12
Diffstat (limited to 'src/2015/day12/aoc.cpp')
-rw-r--r-- | src/2015/day12/aoc.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/2015/day12/aoc.cpp b/src/2015/day12/aoc.cpp new file mode 100644 index 0000000..1c33c66 --- /dev/null +++ b/src/2015/day12/aoc.cpp @@ -0,0 +1,5 @@ +#include "aoc.h" + +namespace aoc2015 { + +} |