Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timofurrer/advent-of-code
- Owner: timofurrer
- Created: 2017-12-01T17:25:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T13:59:10.000Z (almost 6 years ago)
- Last Synced: 2024-10-14T17:23:21.822Z (23 days ago)
- Topics: advent-of-code, advent-of-code-2017, advent-of-code-2018, python3
- Language: Python
- Homepage: http://adventofcode.com
- Size: 220 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```