qoqosz / Adevnt-of-Code-in-Rust

Solutions to Advent of Code puzzles in Rust :crab:.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Solutions to Advent of Code puzzles in Rust :crab:.


Languages

Language:Rust 100.0%