Intro This is a simple Erlang program written explicitly for education. It was written in March, 2012 by Elliot Cameron from Covenant Eyes. To Run $ erl 1> c('easy_maze'). {ok,easy_maze} 2> c('mapper'). {ok,mapper} 3> mapper:home(5).