Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 255 Bytes

Advent of Code 2017

My attempts at solving the advent of code 2017 challenges.

Usage

  1. Clone this repository
  2. Add inputs for puzzles by creating a text file for each input: inputs/{DAY}.txt
  3. cargo run {DAY}