diff options
author | Kai WU <kaiwu2004@gmail.com> | 2022-03-18 09:39:18 +0800 |
---|---|---|
committer | Kai WU <kaiwu2004@gmail.com> | 2022-03-18 09:39:18 +0800 |
commit | 4e6854698f384eda4040925fbf647b823f223050 (patch) | |
tree | d3226f24d643c6063996a43537d331445c9305a5 /src/2015/day8/aoc.cpp | |
parent | f1023205abc22271c9f83cd81a119558d7c07702 (diff) | |
download | advent-of-code-4e6854698f384eda4040925fbf647b823f223050.tar.gz advent-of-code-4e6854698f384eda4040925fbf647b823f223050.zip |
day8
Diffstat (limited to 'src/2015/day8/aoc.cpp')
-rw-r--r-- | src/2015/day8/aoc.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/2015/day8/aoc.cpp b/src/2015/day8/aoc.cpp new file mode 100644 index 0000000..1c33c66 --- /dev/null +++ b/src/2015/day8/aoc.cpp @@ -0,0 +1,5 @@ +#include "aoc.h" + +namespace aoc2015 { + +} |