/elixir-stream-exercise

Reads and process a file lazily as a Stream

Primary LanguageElixir

Install

mix deps.get

Running Tests

mix test

Running the code

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.

Getting help

You can use the docstrings in the files to get some help about the API.

h Main.pairs