Skip to content

newtondev/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My submissions for the Advent of Code challenges written in Rust.

Why Rust

I am learning Rust and thought this would be a good way to do it. I must admit that after some of these challenges I actually miss Python. However I will dig deep and push through.

Everything is Fine

How to run

Enter the directory of the year in question.

Then to run the tests for an individual day, the inputs are the test input given on the examples:

cargo test --bin 01

To run the actual input received which will print out the results:

cargo run --bin 01

To run all the solutions for the specific year:

cargo run --bin aoc

About

Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages