Sha256: 6fe33e5a1e797337e331574d4b66cd4433b84513917321c209e5e5d975ae7fc5
Contents?: true
Size: 156 Bytes
Versions: 69
Compression:
Stored size: 156 Bytes
Contents
defmodule Wordy do @doc """ Calculate the math problem in the sentence. """ @spec answer(String.t()) :: integer def answer(question) do end end
Version data entries
69 entries across 69 versions & 1 rubygems