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
dayNdirectory - Downloads the input for the first part of the challenge into the root of that project
- Copies over the
main.rsfrom the template file cds into the project and opens up themain.rsin vim.
Note that day1 and day2 don't contain both solutions because they weren't tracked in git at the time.