https://github.com/antonioberna/advent-of-rust-2024
Learn and Practice Rust by solving daily challenges for a month on Advent of Rust 2024.
https://github.com/antonioberna/advent-of-rust-2024
advent-of-rust-2024 rust
Last synced: 2 months ago
JSON representation
Learn and Practice Rust by solving daily challenges for a month on Advent of Rust 2024.
- Host: GitHub
- URL: https://github.com/antonioberna/advent-of-rust-2024
- Owner: AntonioBerna
- License: gpl-3.0
- Created: 2024-12-02T00:05:49.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-27T16:11:11.000Z (5 months ago)
- Last Synced: 2025-02-10T14:35:53.033Z (4 months ago)
- Topics: advent-of-rust-2024, rust
- Language: Rust
- Homepage: https://www.rustfinity.com/advent-of-rust
- Size: 4.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Advent of Rust 🦀 2024


Learn and Practice Rust by solving daily challenges for a month on Advent of Rust 2024.
## What is Advent of Rust?
Advent of code is a great way to improve your programming skills. It's a month-long event where you can learn Rust by solving daily challenges. Each day, a new challenge is released, and you have 24 hours to solve it. The challenges are designed to be fun and educational, and they cover a wide range of topics, from basic syntax to advanced algorithms.
Advent of Rust is just like Advent of Code, but with a focus on Rust, we'll focus on the core Rust language features like Ownership, Borrowing, Lifetimes, and more.
## mini docs
If you want execute the code, you can use the following command:
```bash
cargo run --bin day*
```
where `*` is the day number you want to execute.