dj95 / advent-of-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023 🕯️

My solutions for advent of code 2023 in Rust.

📦 Requirements

  • Rust
  • just
  • cargo-nextest

🚀 Getting started

For creating a new project in the workspace for the new day, simply run:

just create day-XX

It will create a new app from the ./daily-template.

For running the project with its part or test use the following commands:

just run day-XX partY

just test day-XX

just lint

just bench day-XX

About


Languages

Language:Rust 99.0%Language:Nix 0.7%Language:Just 0.3%