Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anamba/adventofcode2020
Advent of Code 2020 solutions in Elixir
https://github.com/anamba/adventofcode2020
advent-of-code advent-of-code-2020 elixir elixir-lang
Last synced: 23 days ago
JSON representation
Advent of Code 2020 solutions in Elixir
- Host: GitHub
- URL: https://github.com/anamba/adventofcode2020
- Owner: anamba
- License: mit
- Created: 2020-11-30T00:01:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T05:32:01.000Z (about 4 years ago)
- Last Synced: 2024-11-22T16:37:21.871Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2020, elixir, elixir-lang
- Language: Elixir
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2020
[Advent of Code 2020](https://adventofcode.com/2020) solutions in Elixir.
Beyond this point be spoilers, but broken down by day whenever possible.
* [Daily puzzle notes](https://github.com/anamba/adventofcode2020/tree/main/notes)
# Discussion/Resource Links
* Elixir forum [private leaderboard](https://adventofcode.com/2020/leaderboard/private) code: `39276-eeb74f9a` ([view](https://adventofcode.com/2020/leaderboard/private/view/39276))
* [Advent of Code tag](https://elixirforum.com/tag/advent-of-code) on Elixir forum
* [#advent_of_code](https://elixir-lang.slack.com/archives/C0GNWCM8X) channel on Elixir Slack
* [AoC Subreddit](https://www.reddit.com/r/adventofcode/) (not Elixir-specific)
* [Elixir Official Docs](https://elixir-lang.org/docs.html)
* [Elixir cheatsheet](https://devhints.io/elixir)