Solutions for https://adventofcode.com
Start a new day by running . ./new_day N
where N is the number of the challenge.
That script automates a bunch of stuff, because my time is limited:
- Sets up a new rust binary project in the
dayN
directory - Downloads the input for the first part of the challenge into the root of that project
- Copies over the
main.rs
from the template file -
cd
s into the project and opens up themain.rs
in vim.
Note that day1 and day2 don't contain both solutions because they weren't tracked in git at the time.