Skip to content

txk2048/aoc2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2015

Here are my solutions to Advent Of Code 2015 in Rust

Run a solution

You need to have Rust and Cargo installed to run the following command.

To run a solution for a given day, run the following command from within the project directory, substituting X for the number of the day.

$ cargo run --bin dayX <PATH_TO_INPUT_FILE>

The input file format is usually just the raw input from Advent of Code pasted as-is, but occasionally may be a JSON file, in which case you can easily get the format from looking through the code for that day.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages