Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anze3db/adventofcode2017

Solutions for http://adventofcode.com/2017
https://github.com/anze3db/adventofcode2017

puzzle python python3

Last synced: 7 days ago
JSON representation

Solutions for http://adventofcode.com/2017

Awesome Lists containing this project

README

        

# Advent of code 2017

Solutions with python 3.6

## Set up local environment

Requirements: [virtuelnv](https://virtualenv.pypa.io/en/stable/), python3

```
$ virtualenv -p python3 venv
$ . venv/bin/activate
```

## Run puzzle

```
$ python src/dayX.py
```

## Run tests

```
$ ptw -- src/*
```