Sha256: 16fe6d7e52d96650781064aa759d8fa6bf153431fd465492a5e5814c357dc604
Contents?: true
Size: 240 Bytes
Versions: 327
Compression:
Stored size: 240 Bytes
Contents
defmodule Connect do @doc """ Calculates the winner (if any) of a board using "O" as the white player and "X" as the black player """ @spec result_for([String.t]) :: :none | :black | :white def result_for(board) do end end
Version data entries
327 entries across 327 versions & 1 rubygems