Go to file
Alfred Melch 861dfd0bc5 Fix input fetching script
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.
2022-01-02 19:20:10 +01:00
2015 Add latest solutions 2021-12-01 11:07:21 +01:00
2018 Create event folder 2018. Move all days. 2020-11-30 16:46:42 +01:00
2019/02 Solve 2019/02 2020-11-30 17:25:40 +01:00
2020 Add latest solutions 2021-12-01 11:07:21 +01:00
2021 Solve 2021/03 2021-12-30 14:11:35 +01:00
lib Fix input fetching script 2022-01-02 19:20:10 +01:00
.gitignore Solve 2021/01 2021-12-01 16:54:08 +01:00
README.md Solve 2021/03 2021-12-30 14:11:35 +01:00

Advent of code

Autorun

cd to day folder.

find . | entr -cr -s 'cat input/input | cargo run'