Here are my solutions for the Advent of Code 2022 puzzles.
Assuming that either:
- the file
session.txtcontains a login cookie in a format accepted bycurl --cookie, or - the file
day01/input.txtalready contains your specific puzzle input for day 1,
you can get the corresponding outputs by running the command:
make day01/output1.txt day01/output2.txtYou can also test the examples from the puzzle statement with:
make test