Skip to content

fsommar/adventofcode2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2018

My entries, in Rust, for the 2018 edition of Advent of Code.

How to run

Download the input file and name it inputs/dayX.txt. Then, run the following for the first part of the problem:

cargo run --release --bin dayX-1 < inputs/dayX.txt

Changing dayX-1 for dayX-2 will run the second part of the problem.

About

My entries, in Rust, for the 2018 edition of Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages