Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taj/advent-of-code-2018
Code from the Advent of Code 2018 challenge
https://github.com/taj/advent-of-code-2018
advent-of-code
Last synced: about 1 month ago
JSON representation
Code from the Advent of Code 2018 challenge
- Host: GitHub
- URL: https://github.com/taj/advent-of-code-2018
- Owner: taj
- Created: 2018-12-01T13:15:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T20:02:04.000Z (about 6 years ago)
- Last Synced: 2024-11-07T05:12:24.449Z (3 months ago)
- Topics: advent-of-code
- Language: Elixir
- Homepage: https://adventofcode.com/2018
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- 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).