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: about 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T15:39:47.000Z (over 1 year ago)
- Last Synced: 2025-05-08T00:51:47.329Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2019, advent-of-code-2020, intcode, polyglot
- Language: Java
- Homepage:
- Size: 1.05 MB
- Stars: 9
- Watchers: 3
- 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).