The infamous Toy Robot code test done in Elixir. Please see PROBLEM.md for more information.
The purpose of this is for me to learn and practice Elixir after reading Programming Elixir.
- Erlang (tested on 18.3)
- Elixir (tested on 1.3)
iex -S mix
# examples
iex> place 0, 0, :north
iex> move
iex> left
iex> move
iex> report
mix t
- Fred Wu ifredwu@gmail.com
- 2016-06-25