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

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

Advent of Code solutions
https://github.com/bulkan/advent-of-code

Last synced: 4 months ago
JSON representation

Advent of Code solutions

Awesome Lists containing this project

README

          

# Advent of Code

Using Rust to solve the problems.

## Resources to learn Rust

* [Standard library documentation](https://doc.rust-lang.org/std)
* [Chris Biscard on Youtube](https://www.youtube.com/@chrisbiscardi). Chris' video on [How to set up Rust for Advent of Code](https://www.youtube.com/watch?v=fEQv-cqzbPg) got me into attempting advent of code in Rust