https://github.com/erickgnavar/advent-of-code-2019
Solutions of advent of code 2019 in elixir
https://github.com/erickgnavar/advent-of-code-2019
advent-of-code-2019 elixir
Last synced: 1 day ago
JSON representation
Solutions of advent of code 2019 in elixir
- Host: GitHub
- URL: https://github.com/erickgnavar/advent-of-code-2019
- Owner: erickgnavar
- Created: 2019-12-03T14:44:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T14:44:32.000Z (over 6 years ago)
- Last Synced: 2025-06-06T09:04:10.761Z (about 1 year ago)
- Topics: advent-of-code-2019, elixir
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `advent_of_code` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:advent_of_code, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/advent_of_code](https://hexdocs.pm/advent_of_code).