Skip to content

Hamatti/adventofcode-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

Hey there! I'm trying to solve puzzles with code again this year for Advent of Code. I usually end up with first 3-4 days and then I kinda forget it.

Let's see how it goes this time.

I'm planning to learn a bit of Rust.

Installing

Follow Rust installation instructions.

Running solutions

The project is split into separate binaries within one cargo project.

You can run individual solutions with

$ cargo run --bin day01 < inputs/day01.txt

or run single days tests with

$ cargo test --bin day01

in root directory

Solutions

Blog posts

📓 #1: Getting Started 📓 #2: Borrows, unwraps and lots of compiler errors 📓 #3: Slowing down

Acknowledgements

I copied the project structure from Jaakko Husso's repository.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages