Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 463 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 463 Bytes

aoc2022

Solving Advent of Code 2022 in Rust and other languages.

Instructions

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.

Start a "day"

$ make day0{n}/input.txt
$ cp template.rs day0{n}/solve.rs