https://github.com/shdblowers/advent_of_code_2017_elixir
:star: Solving puzzles! Saving Christmas!
https://github.com/shdblowers/advent_of_code_2017_elixir
advent-of-code advent-of-code-2017 elixir
Last synced: 12 months ago
JSON representation
:star: Solving puzzles! Saving Christmas!
- Host: GitHub
- URL: https://github.com/shdblowers/advent_of_code_2017_elixir
- Owner: shdblowers
- Created: 2017-12-06T17:10:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T22:33:30.000Z (over 8 years ago)
- Last Synced: 2025-03-12T04:25:58.090Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2017, elixir
- Language: Elixir
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode2017Elixir
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `advent_of_code_2017_elixir` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:advent_of_code_2017_elixir, "~> 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_2017_elixir](https://hexdocs.pm/advent_of_code_2017_elixir).