Solving the Protohackers challenges as a way to try out Elixir.
Servers are hosted on port 7700 + problem number. For example, the solution to problem "2: Means to an End" is hosted on port 7702.
# run the tests
mix test
# run the server
mix run --no-halt