TODO: Find how many odd numbers there are by filtering a list
given a list with ["1", "3", "6", "43", "bike", "6", "abc"] return how many odd numbers there are filtering a list.
If available in Hex, the package can be installed
by adding list_filter
to your list of dependencies in mix.exs
:
def deps do
[
{:list_filter, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/list_filter.