Elixir: Pipeline
Instructions
Loading...
Your exercise will be checked with these tests:
defmodule Test do
use ExUnit.Case
import Solution
test "process test" do
assert "my cool stringmy cool string" == process(" My Cool String ", 2)
assert "boom-boom-boom-" == process(" BOOM- ", 3)
end
end
Teacher's solution will be available in:
20:00
