mix deps.get
mix test
Best way to run and interact with the code is in the iex Elixir REPL.
iex -S mix
Then you may use the module Main to interact with the code functionality.
Main.happy_path()
This will load the cache with the pairs and coordinate data.
You can use the docstrings in the files to get some help about the API.
h Main.pairs