diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-03-21 19:52:50 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-03-21 19:52:50 +0800 |
commit | 2fbe0f5021c71c8787476b1fee3b4297392f82cf (patch) | |
tree | b4f82606dee0907b12fc4b73bb7e75d5e108d909 /src/2015/day19/aoc.cpp | |
parent | 32dcc148aaef013d8b984fdebba94f8067016630 (diff) | |
download | advent-of-code-2fbe0f5021c71c8787476b1fee3b4297392f82cf.tar.gz advent-of-code-2fbe0f5021c71c8787476b1fee3b4297392f82cf.zip |
day19
Diffstat (limited to 'src/2015/day19/aoc.cpp')
-rw-r--r-- | src/2015/day19/aoc.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/2015/day19/aoc.cpp b/src/2015/day19/aoc.cpp new file mode 100644 index 0000000..1b3ee2a --- /dev/null +++ b/src/2015/day19/aoc.cpp @@ -0,0 +1,4 @@ +#include "aoc.h" + +namespace aoc2015 { +} |