Skip to content

Advent of Code 2024 Edition solved entirely in Rust, an awesome language that I'm currently learning 🦀

License

Notifications You must be signed in to change notification settings

nasccped/rustvent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustvent of Code 2024 🎄

Welcome to Rustvent of Code 2024, my personal Advent of Code solutions made entirely in Rust 🦀 language!

Demo
Main Menu Day 2 Scenario Endscreen

What's AoC?

Basically, Advent of Code is an advent calendar containing general-skills programming puzzles. These puzzles can be solved using any language, so, I decided to try Rust!

Are you curious about how AoC works? Take a look at AoC about page by clicking here.

Get, build and run

Did you want to run this program? Here are some requirements:

Step by step

  1. Firstly, clone the repository:

    git clone https://github.com/nasccped/rustvent-of-code-2024
  2. Goto cloned repo:

    cd ./rustvent-of-code-2024
  3. Run the project:

    cargo run

Tip

How can i know if the result is right?

Just run cargo test instead!

This will output all program's test cases (based on the given AoC example)

Did you want to check more info

Take a look at OUTRO to get info, or CONTRIBUTING to see how to contribute!

About

Advent of Code 2024 Edition solved entirely in Rust, an awesome language that I'm currently learning 🦀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages