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
- Host: GitHub
- URL: https://github.com/mgmacias95/advent_of_code_2017
- Owner: mgmacias95
- License: gpl-3.0
- Created: 2017-12-02T16:00:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T16:26:00.000Z (over 7 years ago)
- Last Synced: 2024-12-28T17:46:32.735Z (5 months ago)
- Language: Python
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.