You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
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.
3 years ago
2015 Add latest solutions 3 years ago
2018 Create event folder 2018. Move all days. 4 years ago
2019/02 Solve 2019/02 4 years ago
2020 Add latest solutions 3 years ago
2021 Solve 2021/03 3 years ago
lib Fix input fetching script 3 years ago
.gitignore Solve 2021/01 3 years ago
README.md Solve 2021/03 3 years ago

README.md

Advent of code

Autorun

cd to day folder.

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