move out of elixir subdir
This commit is contained in:
parent
fc7ae556c1
commit
30003a8f39
15 changed files with 4 additions and 25 deletions
0
2023/elixir/.gitignore → 2023/.gitignore
vendored
0
2023/elixir/.gitignore → 2023/.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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>.
|
||||
|
Loading…
Reference in a new issue