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

https://github.com/atomicptr/advent-of-code-rs

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

Last synced: 6 months ago
JSON representation

Advent of Code 2023 in Rust

Awesome Lists containing this project

README

          

# advent-of-code 2023

Repository for advent of code 2023

## Run

This project features multiple binaries so you can just start them via cargo

```bash
# for the 1st day of 2023 you do:
$ cargo run --bin 2023-01
```