diff options
author | Andreas Grois <soulsource@users.noreply.github.com> | 2021-12-12 17:25:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-12 17:25:37 +0100 |
commit | f9895378bc739872b31decb080fb2b20a6d4456d (patch) | |
tree | d43cdc77b904b9a634946624f7285a75f4ac8bd9 | |
parent | 8fc03190081ec5adf0ed77a51cdad422b9c2f64a (diff) |
Create README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e4bb68 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# aoc-2021 +My advent of code solutions. Might be good, might be bad. Might depend on other repos (of myself) on github. + +For instance, day6 requires the boxed_array_ringbuffer. + +# SPOILER! + +Beware, if you haven't solved those riddles yourself, the source files are obvious spoilers. |