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.
- Host: GitHub
- URL: https://github.com/vieitesss/aoc-2023-rust
- Owner: vieitesss
- Created: 2023-12-07T02:45:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-07T11:28:07.000Z (over 1 year ago)
- Last Synced: 2025-01-13T23:19:59.219Z (4 months ago)
- Topics: aoc, aoc-2023-in-rust, learning, programming, rust
- Language: Rust
- Homepage:
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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