/AdventOfCode

🎄 | AOC solutions

Primary LanguageRustGNU General Public License v2.0GPL-2.0

🎄 Advent Of Code 🎄

Welcome to my solutions to Advent of Code (AOC) event.

Usage

Runnning a solution

for example day 4 from 2022:

cargo run 2022 4

Downloading an input

First add your cookie session from the website to the file tools/get-input.rs, then compile it. Example: rustc get-input.rs && ./main 2022 13 > input. This previous command will download the input of the day 13 from 2022.

Gallery

2023

2022