Skip to content

svartalf/rust-advent-of-code-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2017

Me trying to solve AoC 2017 with Rust. Most important goal is to create idiomatic Rust code here (if I'll have enough time for that).

Also learn some stuff.

Running (nightly only)

  1. Run tests suite for all days
cargo test
  1. Run tests suite for a specific day
cargo test day01
  1. Run specific day solver
cargo run --bin day01

Releases

No releases published

Packages

No packages published

Languages