Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taj/aoc20
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taj/aoc20
- Owner: taj
- Created: 2020-12-01T17:46:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T18:52:07.000Z (about 4 years ago)
- Last Synced: 2024-10-16T21:06:17.892Z (2 months ago)
- Language: Elixir
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aoc20
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `aoc20` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:aoc20, "~> 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/aoc20](https://hexdocs.pm/aoc20).