Skip to content

My go on the advent of code challenge in 2017.

License

Notifications You must be signed in to change notification settings

timvisee/advent-of-code-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2017

My go on the advent of code challenge in 2017 (WIP).

This project includes a runner/manager, that allows easy selection of the solution to run.

This runner automatically reads challenge input from the appropriate files when available, but allows manual input if desired. Saving output to a file is also possible.

Was it required to make a tool?
Nope, but developing things is awesome.

Screenshot

Screenshot of the tool

Requirements

  • Rust 1.20

Usage

# First, clone the project
git clone https://github.com/timvisee/advent-of-code-2017 advent-of-code-2017
cd advent-of-code-2017


# Run the tool through Cargo
cargo run --release
cargo run --release -- --help
cargo run --release -- --day 1 --part 2 --save


# To run tests, use
cargo test --all

Resources

Advent of Code website

License

This project is released under the MIT license. Check out the LICENSE file for more information.

About

My go on the advent of code challenge in 2017.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages