1
0
Fork 0
advent-of-code/2022/elixir/README.md

12 lines
202 B
Markdown
Raw Normal View History

See [../README.md](../README.md) for links to solutions by day.
2022-12-10 09:26:54 -05:00
### Setup
2022-12-10 09:26:54 -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
```