Solving Advent of Code 2022 in Rust and other languages.
You will need to setup a session.txt
file that will contain your session token
from https://adventofcode.com/ after you've logged into the site.
See aoc-cli#session-cookie for more details.
$ make day0{n}/input.txt
$ cp template.rs day0{n}/solve.rs