Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)