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

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.

Awesome Lists containing this project

README

        



# Advent of Rust 🦀 2024

![GitHub License](https://img.shields.io/github/license/antonioberna/advent-of-rust-2024)
![GitHub Created At](https://img.shields.io/github/created-at/antonioberna/advent-of-rust-2024)
![GitHub repo size](https://img.shields.io/github/repo-size/antonioberna/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.