update READMEs, move haskell tests into ./haskell
This commit is contained in:
parent
1e9c2a645d
commit
1e3c6f6f78
3 changed files with 9 additions and 18 deletions
|
@ -1,21 +1,11 @@
|
||||||
# Aoc2022
|
See [../README.md](../README.md) for links to solutions by day.
|
||||||
|
|
||||||
**TODO: Add description**
|
### Setup
|
||||||
|
|
||||||
## Installation
|
```sh
|
||||||
|
asdf plugin add elixir
|
||||||
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
|
asdf plugin add erlang
|
||||||
by adding `aoc_2022` to your list of dependencies in `mix.exs`:
|
asdf install elixir
|
||||||
|
asdf install elixir
|
||||||
```elixir
|
mix do deps.get, deps.compile
|
||||||
def deps do
|
|
||||||
[
|
|
||||||
{:aoc_2022, "~> 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/aoc_2022>.
|
|
||||||
|
|
||||||
|
|
1
2022/haskell/README.md
Normal file
1
2022/haskell/README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
See [../README.md](../README.md) for links to solutions by day.
|
Loading…
Reference in a new issue