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

https://github.com/biscgit/adventofcode2023

My solutions for this year's Adevent of Code for practicing and learning rust
https://github.com/biscgit/adventofcode2023

Last synced: about 1 year ago
JSON representation

My solutions for this year's Adevent of Code for practicing and learning rust

Awesome Lists containing this project

README

          

# Advent of Code 2023
My solutions for this year's Adevent of Code for practicing and learning the Rust language!

Tasks are located in `src`. Copy the task's content to `main.rs` and execute `cargo run`.