Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-simons/aoc
Solutions to Advent of Code in various languages.
https://github.com/michael-simons/aoc
advent-of-code advent-of-code-2019 advent-of-code-2020 intcode polyglot
Last synced: 2 months ago
JSON representation
Solutions to Advent of Code in various languages.
- Host: GitHub
- URL: https://github.com/michael-simons/aoc
- Owner: michael-simons
- Created: 2019-12-04T19:42:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T14:33:26.000Z (about 1 year ago)
- Last Synced: 2024-10-04T18:20:06.114Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2019, advent-of-code-2020, intcode, polyglot
- Language: Java
- Homepage:
- Size: 1020 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
= Advent of Code
As always, I'm late to the party and when I arrive, I cannot get enough.
In late 2019, my friend https://twitter.com/ralfdmueller[Ralf] asked me whether I want to participate both in https://adventofcode.com[Advent of Code] and on his community site https://aoc-2019.netlify.com[aoc2019].
My short answer was "No" due to time constraints and being focussed on other things in 2019 than extracurricular programming.But than https://xkcd.com/356/[this] happened and it hit me real good.
I contributed all examples and accompanying READMEs for 2019 originally on Ralf's site.
Please check it out, it's an outstanding community effort for Ralf.My personal goal: Have some fun doing programming in various languages, learn and teach something new.
The folders are sorted by year, day and language.
This project here is licensed as a whole under Apache License 2.0 (in contrast Ralf's community site which is MIT).