An open API service indexing awesome lists of open source software.

https://github.com/simonkarman/advent-of-code-2023

Advent of Code 2023 in Rust
https://github.com/simonkarman/advent-of-code-2023

Last synced: about 2 months ago
JSON representation

Advent of Code 2023 in Rust

Awesome Lists containing this project

README

        

# Advent of Code 2023
This repository contains the solutions to Advent of Code 2023 by [Simon Karman](https://www.simonkarman.nl). [Advent of Code](https://adventofcode.com/2023/leaderboard/private/view/718869) 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](https://www.rust-lang.org/).

> 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](https://github.com/gobanos/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](https://github.com/gobanos/cargo-aoc).