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

https://github.com/deg0nz/advent-of-code

My Advent Of Code solutions in Rust
https://github.com/deg0nz/advent-of-code

aoc aoc-2021-in-rust aoc-2022-in-rust aoc-2023-in-rust

Last synced: 2 months ago
JSON representation

My Advent Of Code solutions in Rust

Awesome Lists containing this project

README

        

# Advent-Of-Code

My Advent Of Code solutions in Rust

* Input files should be named after the pattern `day_.txt` as in `day_10.txt`
* Example files should be named `day__example.txt`
* CLI arguments can be used to execute specific days, years or everything, explanation with `-h | --help`