An open API service indexing awesome lists of open source software.

https://github.com/mgmacias95/advent_of_code_2017

My solutions for the advent of code 2017 challenge
https://github.com/mgmacias95/advent_of_code_2017

Last synced: 3 months ago
JSON representation

My solutions for the advent of code 2017 challenge

Awesome Lists containing this project

README

        

# advent_of_code_2017
My solutions for the advent of code 2017 challenge

## How to use
Each day is located in a subdirectory. For example, the solution for the day one's problem can be found at "Day1" directory. Each script has the following arguments:

* `-h` to display a help message.
* `-s ` to solve the problem with `` sequence.
* `-f ` to solve the problem with the sequence in `` file.
* `-p ` to specify which part (1 or 2) to solve.