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
- Host: GitHub
- URL: https://github.com/bulkan/advent-of-code
- Owner: bulkan
- Created: 2023-12-21T00:47:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T11:07:57.000Z (over 1 year ago)
- Last Synced: 2025-04-12T02:55:11.044Z (about 1 year ago)
- Language: Rust
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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