Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 519 Bytes

File metadata and controls

11 lines (8 loc) · 519 Bytes

Advent of Code

Solutions for Advent of Code Events

How to run

It aoutomatically downloads the input file from aodventofcode.com . Just create a file named "cookie.txt" in the root directory of this reposetory and pest your session cookie of aodventofcode.com inside it.

RUN:

cargo run --release

Solutions