Skip to content

Latest commit

 

History

History

2018

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

2018 solutions

I have always found AoC a nice way to learn new languages and such. Going to use Rust this time to tackle a previous year I have not done yet.

Getting started

Best follow this guide.

Usage

  • $ cargo run --bin dayX to get the answers for a specific day
  • $ cargo test --bin dayX to test the answers for a specific day
  • $ cargo clippy --bin dayX to be told what I am doing wrong 😅