Skip to content

ValerioCeccarelli/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2022

My Rust solutions to Advent Of Code 2022 challenges in the Rust programming language.

Advent of Code is an advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. One programming puzzle a day is released from 1st to 25th December, divided in two parts (the second of which is unlocked after solving the first).

How to run

  • Clone this repository:
    git clone https://github.com/ValerioCeccarelli/advent-of-code-2022.git
    
  • Move to project folder:
    cd advent-of-code-2022
    
  • Choose the day of the challenges to execute
  • Navigate into the day folder:
    cd dayX
    
  • Use cargo to run the challenges:
    cargo run
    

The solutions are in the form of:

Result part 1: xxx
Result part 2: xxx

About

My Rust solutions to Advent Of Code 2022 challenges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages