Sha256: 85a89ab1b7a0fb09f75be121a73f93bce8ab53b8a3cbf8bb7dd989546f35c864
Contents?: true
Size: 179 Bytes
Versions: 396
Compression:
Stored size: 179 Bytes
Contents
defmodule PascalsTriangle do @doc """ Calculates the rows of a pascal triangle with the given height """ @spec rows(integer) :: [[integer]] def rows(num) do end end
Version data entries
396 entries across 396 versions & 1 rubygems