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

https://github.com/openweb-nl/advent_of_code_2018


https://github.com/openweb-nl/advent_of_code_2018

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# advent_of_code_2018

[![CircleCI](https://circleci.com/gh/gklijs/advent_of_code_2018.svg?style=svg)](https://circleci.com/gh/gklijs/advent_of_code_2018)
[![Coverage badge](https://codecov.io/gh/gklijs/advent_of_code_2018/branch/master/graph/badge.svg)](https://codecov.io/gh/gklijs/advent_of_code_2018)

## What is advent of code?

Advent of code is an annual event in December when each day a new coding
challenge is posted on [advent of code](https://adventofcode.com/2018).
It will start the first of December.
There is a competition be sending the solution. We can use '286802-3ab759fc' for our own leaderboard.
It's nice to put the code used to get the answers in a branch of this repo, so we can easily share/compare solutions.

## Languages

The challanges are made so that any language can be used. I would say a small readme for RCH
each solution on how to run it would be nice. A run script and/or a dockerfile would do.