Skip to content

Aidiakapi/advent_of_code_2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2015

My solutions for the Advent of Code 2015, written in Rust.

Automatically downloads puzzle input from your AoC token (stored in token.txt), and caches the downloaded inputs in cache.dat.

Usage

  1. Clone
  2. Create token.txt with your AoC session token (login and check the cookies)
  3. cargo run --release (optionally append -- dayXX to run a specific day)

Releases

No releases published

Packages

No packages published

Languages