Skip to content

Solutions to Advent of Code puzzles in Rust 🦀.

Notifications You must be signed in to change notification settings

qoqosz/Adevnt-of-Code-in-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adevnt of Code in Rust 🎄

Solutions to Advent of Code puzzles in Rust 🦀.

Usage

Store the value of the AoC session cookie in the AOC_SESSION env var:

export AOC_SESSION=531ab...

Run a solution for a given YEAR and DAY:

cargo run -- -y YEAR -d DAY

Structure

  • aoc_derive - proc macro
  • aoc_core - extracted common utilities
  • aoc - solutions

Progress

Year Stars
2015 50
2016 14⭐
2017 2⭐
2018 2⭐
2019 12⭐
2020 27⭐
2021 4⭐
2022 32⭐
2023 50
2024 50
Total 243

About

Solutions to Advent of Code puzzles in Rust 🦀.

Topics

Resources

Stars

Watchers

Forks

Languages