Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timofurrer/advent-of-code

My solutions for the Advent of Code puzzles
https://github.com/timofurrer/advent-of-code

advent-of-code advent-of-code-2017 advent-of-code-2018 python3

Last synced: 8 days ago
JSON representation

My solutions for the Advent of Code puzzles

Awesome Lists containing this project

README

        

# Advent of Code

[![Build Status](https://travis-ci.org/timofurrer/advent-of-code.svg?branch=master)](https://travis-ci.org/timofurrer/advent-of-code)

This repository contains my solutions for [Advent of Code](http://adventofcode.com/).

The solutions are written in Python compatible with Python 3.7+.

## Structure

You can find my solutions in separate folders named by the date.

E.g. `year_2017/day_01` was Day 1 of the challenge in 2017.

## Run tests

Use the tox configuration:

```
tox
```