Alfred Melch
861dfd0bc5
Retain blank lines in code examples. The script removed all blank lines from code examples. This is not always desired as there might be important blank lines inside the code block. The change targets specifically the starting and ending blank line of the examples and removes them. |
||
---|---|---|
2015 | ||
2018 | ||
2019/02 | ||
2020 | ||
2021 | ||
lib | ||
.gitignore | ||
README.md |
Advent of code
Autorun
cd to day folder.
find . | entr -cr -s 'cat input/input | cargo run'