1
0
Fork 0

move out of elixir subdir

This commit is contained in:
sloane 2023-12-04 09:09:27 -05:00
parent fc7ae556c1
commit 30003a8f39
No known key found for this signature in database
15 changed files with 4 additions and 25 deletions

View file

@ -9,7 +9,7 @@
| 24 | 25 | | | | | |
[1]: ./elixir/lib/2023/1.ex
[2]: ./elixir/lib/2023/2.ex
[3]: ./elixir/lib/2023/3.ex
[4]: ./elixir/lib/2023/4.ex
[1]: ./lib/2023/1.ex
[2]: ./lib/2023/2.ex
[3]: ./lib/2023/3.ex
[4]: ./lib/2023/4.ex

View file

@ -1,21 +0,0 @@
# 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>.