Sha256: 831cbaffedf320b1649c5172fdcbfdc41b27e6cd9c7987dbe8b7dbd562f17dee
Contents?: true
Size: 437 Bytes
Versions: 396
Compression:
Stored size: 437 Bytes
Contents
defmodule Garden do @doc """ Accepts a string representing the arrangement of cups on a windowsill and a list with names of students in the class. The student names list does not have to be in alphabetical order. It decodes that string into the various gardens for each student and returns that information in a map. """ @spec info(String.t(), list) :: map def info(info_string, student_names) do end end
Version data entries
396 entries across 396 versions & 1 rubygems