Skip to content

regalk13/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ 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


Releases

No releases published

Packages

No packages published

Languages