Skip to content

adamrodger/advent-2016-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2016

Solutions for Advent of Code 2016 in Rust.

Usage

  • Install Rust
  • Install cargo-aoc
  • Run the real solutions with cargo aoc
  • Run the tests with cargo test