diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-04-09 20:18:10 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-04-09 20:18:10 +0800 |
commit | fcf5c122e4efd4d4aceaf9eda7563ce9c3102395 (patch) | |
tree | f5bc1d4abea2a2b30001d9acdc87e2d33990d6ae /src/2018/day5/aoc.cpp | |
parent | 99a436cd89a91b7dc302e16f478f06177abed9bd (diff) | |
download | advent-of-code-fcf5c122e4efd4d4aceaf9eda7563ce9c3102395.tar.gz advent-of-code-fcf5c122e4efd4d4aceaf9eda7563ce9c3102395.zip |
day5s
Diffstat (limited to 'src/2018/day5/aoc.cpp')
-rw-r--r-- | src/2018/day5/aoc.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/2018/day5/aoc.cpp b/src/2018/day5/aoc.cpp new file mode 100644 index 0000000..585f144 --- /dev/null +++ b/src/2018/day5/aoc.cpp @@ -0,0 +1,5 @@ +#include "aoc.h" + +namespace aoc2018 { + +} |