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