Skip to content

downtimes/aoc2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions for Advent of Code 2017

Remarks

I haven't cleaned up anything in here. So there is a big chance your input might not work. I also switched keyboard layouts half-way through, so my coding style changed a little.

How to run

Just cd into the specific day and with rust installed run

cargo run --release

Sometimes you might need to pipe the input to the program

cargo run --release < input

About

Solutions for my inputs of Advent of Code in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages