https://github.com/rasbt/advent-of-code-2016
My Solutions for the Advent of Code 2016
https://github.com/rasbt/advent-of-code-2016
Last synced: 6 months ago
JSON representation
My Solutions for the Advent of Code 2016
- Host: GitHub
- URL: https://github.com/rasbt/advent-of-code-2016
- Owner: rasbt
- License: mit
- Created: 2016-12-07T21:03:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T17:49:33.000Z (over 9 years ago)
- Last Synced: 2025-06-13T19:02:54.110Z (about 1 year ago)
- Language: Python
- Homepage: http://adventofcode.com/2016
- Size: 48.8 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code-2016
*My Solutions for the Advent of Code 2016*
The code examples are located in the subdirectory `python_code` and are organized
as `aoc_{day}_{part}.py`. E.g., `aoc_01_01.py` is the Python script corresponding to day 1, part 1.
In order to generate the solutions, simply run the python scripts in Python 3.5x.