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
- Host: GitHub
- URL: https://github.com/openweb-nl/advent_of_code_2018
- Owner: openweb-nl
- License: apache-2.0
- Created: 2018-11-11T18:00:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T01:27:17.000Z (over 2 years ago)
- Last Synced: 2025-08-02T10:57:25.123Z (5 months ago)
- Language: Java
- Size: 515 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent_of_code_2018
[](https://circleci.com/gh/gklijs/advent_of_code_2018)
[](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.