https://github.com/stephanvd/advent_of_code_2018
https://adventofcode.com/2018/
https://github.com/stephanvd/advent_of_code_2018
advent-of-code-2018 elixir
Last synced: 8 months ago
JSON representation
https://adventofcode.com/2018/
- Host: GitHub
- URL: https://github.com/stephanvd/advent_of_code_2018
- Owner: stephanvd
- Created: 2018-12-01T11:15:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T10:47:11.000Z (over 7 years ago)
- Last Synced: 2025-03-24T17:45:56.973Z (over 1 year ago)
- Topics: advent-of-code-2018, elixir
- Language: Elixir
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode2018
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `advent_of_code_2018` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:advent_of_code_2018, "~> 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_2018](https://hexdocs.pm/advent_of_code_2018).