Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 362 Bytes

Advent Of Code 19

My solutions for advent of code 2019: adventofcode19.

Installation requiremets

Run asdf install for installing elixir and erlang.

asdf install

Tests

Github action has been configured to be ran after each commit pushed. If you want to run the test locally run:

mix test