2022-12-10 09:29:37 -05:00
|
|
|
See [../README.md](../README.md) for links to solutions by day.
|
2022-12-10 09:26:54 -05:00
|
|
|
|
2022-12-10 09:29:37 -05:00
|
|
|
### Setup
|
2022-12-10 09:26:54 -05:00
|
|
|
|
2022-12-10 09:29:37 -05:00
|
|
|
```sh
|
|
|
|
asdf plugin add elixir
|
|
|
|
asdf plugin add erlang
|
|
|
|
asdf install elixir
|
|
|
|
asdf install elixir
|
|
|
|
mix do deps.get, deps.compile
|
2022-12-10 09:26:54 -05:00
|
|
|
```
|