View Source EsbFireplace (esb_fireplace v0.1.0)

Documentation for EsbFireplace.

The FIREPLACEv1.0 allows the use of the esb tooling for solving Advent of Code problems. This is an implementation of FIREPLACEv1.0 for Elixir.

Check esb for more information.

Summary

Functions

Runs solutions given solution functions.

Runs solutions given additional arguments and solution functions.

Functions

Link to this function

v1_run(solve_pt1, solve_pt2)

View Source
@spec v1_run((... -> any()), (... -> any())) :: :ok | :err

Runs solutions given solution functions.

Link to this function

v1_run(args, solve_pt1, solve_pt2)

View Source
@spec v1_run(list(), (... -> any()), (... -> any())) :: :ok | :err

Runs solutions given additional arguments and solution functions.