Skip to content

hoarf/elixir-stream-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reads and process a file lazily as a Stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages