Skip to content

Instantly share code, notes, and snippets.

@obliviusm
Created November 17, 2017 17:52
Show Gist options
  • Select an option

  • Save obliviusm/510f3e0bddb70a46257e94d81ca7141f to your computer and use it in GitHub Desktop.

Select an option

Save obliviusm/510f3e0bddb70a46257e94d81ca7141f to your computer and use it in GitHub Desktop.
defmodule Shepherd do
def count_sheeps(sheeps) do
# TODO: for Elixir only true/false values can be presented the in sheeps list
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment