tracks/elixir/exercises/saddle-points/example.exs in trackler-2.0.8.54 vs tracks/elixir/exercises/saddle-points/example.exs in trackler-2.0.8.55
- old
+ new
@@ -1,5 +1,5 @@
-defmodule Matrix do
+defmodule SaddlePoints do
@doc """
Parses a string representation of a matrix
to a list of rows
"""
@spec rows(String.t()) :: [[integer]]