aoc/README.md
2022-12-08 13:48:00 +01:00

9 lines
328 B
Markdown

# Advent of Code
My attempt to these festival coding challenges. Written in Rust.
Website: https://adventofcode.com/
## Useful Ressources
- [The Rust Programming Lanuage](https://doc.rust-lang.org/stable/book/)
- [Programming Rust, 2nd Edition (Book)](https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/)