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

https://github.com/vieitesss/aoc-2023-rust

Learning Rust the best way, with AOC.
https://github.com/vieitesss/aoc-2023-rust

aoc aoc-2023-in-rust learning programming rust

Last synced: 3 months ago
JSON representation

Learning Rust the best way, with AOC.

Awesome Lists containing this project

README

        

# AOC 2023 in Rust

Just learning Rust the best way posible. Trying to improve.

## TODO list
- [x] Get rid of update.py script by creating an 'update' command for setup.py (i.e. setup.py update \)
- [ ] Change every problem.txt to problem.md
- [ ] Add an example on how each answer works
- [ ] Change days 1 and 2 to keep to the template