Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

My solutions to Advent of Code 2017 in Python 3

Notifications You must be signed in to change notification settings

dainnilsson/adventofcode-2017

Repository files navigation

Advent of Code 2017

Solutions for Advent of Code 2017 (http:https://adventofcode.com/2017) in Python 3. Solutions are for the most part optimized for brevity, at the cost of readability (for funsies).

Requirements

Python 3

Instructions

Each day's puzzle solution lives in a file named dayX.py, with its associated input in inputX.txt. A solution expects its input to be given on stdin, for example:

$ cat input1.txt | ./day1.py

To run through all solution using the inputX.txt files, run:

$ ./run.sh

About

My solutions to Advent of Code 2017 in Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published