Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 896 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 896 Bytes

AdventOfCode

Development environment

You will either have to install Erlang AND Elixir on your machine or have asdf on your local machine.

  • Install elixir/erlang using asdf

Information to install asdf can be found here

asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir
asdf install
  • Or install Erlang and Elixir on your machine.

  • Install docker and docker-compose from their sources.

Livebook

For running the livebook just run:

docker-compose up

Navigate into the respective livebook file for seeing the solution 🚀

Authors

  • Alberto Revuelta Arribas - initial work kamigari

License

  • This project is licensed under the License - see the LICENSE.md file for details.