1
0
Fork 0

update READMEs, move haskell tests into ./haskell

This commit is contained in:
Sloane Perrault 2022-12-10 09:29:37 -05:00
parent 1e9c2a645d
commit 1e3c6f6f78
No known key found for this signature in database
3 changed files with 9 additions and 18 deletions

View file

@ -1,21 +1,11 @@
# Aoc2022
See [../README.md](../README.md) for links to solutions by day.
**TODO: Add description**
### Setup
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `aoc_2022` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:aoc_2022, "~> 0.1.0"}
]
end
```sh
asdf plugin add elixir
asdf plugin add erlang
asdf install elixir
asdf install elixir
mix do deps.get, deps.compile
```
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
View file

@ -0,0 +1 @@
See [../README.md](../README.md) for links to solutions by day.