/advent-of-code-2023

Advent of Code 2023 in Rust

Primary LanguageRust

Advent of Code 2023

This repository contains the solutions to Advent of Code 2023 by Simon Karman. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

All the solutions in this repository are written using Rust.

Disclaimer: This repository contains the answer to puzzles of Advent of Code 2023. If you don't want spoilers, then please don't look any further.

Using cargo-aoc

This has been build using cargo-aoc.

Use cargo aoc to run the puzzle of today, or run cargo aoc -d {day} -p {part} to run a specific day.

For more information find the documentation at cargo-aoc.