Skip to content

Solutions to every single AoC problem (2015-2024). Mostly in Rust

Notifications You must be signed in to change notification settings

AxlLind/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 🎄

My solutions to every single AoC problem. All the way from 2015 to today!

Mostly in Rust 🦀

Languages

Year Language
2024 Rust
2023 Rust
2022 Rust
2021 Rust
2020 Rust
2019 Rust
2018 Python
2017 Haskell
2016 OCaml
2015 Clojure

Usage

# to be able to download inputs (see fetch.sh)
export AOC_SESSION=[value from session cookie]

make           # run todays (if in december 2024)
make 01        # run a specific day in last years
make 2018-09   # run a specific day
make 2020-all  # run all from a specific year