https://github.com/jpedroschmitz/list-filter-elixir
Given a list, it returns the total number of odd elements.
https://github.com/jpedroschmitz/list-filter-elixir
elixir elixir-lang
Last synced: 2 days ago
JSON representation
Given a list, it returns the total number of odd elements.
- Host: GitHub
- URL: https://github.com/jpedroschmitz/list-filter-elixir
- Owner: jpedroschmitz
- Created: 2021-10-02T20:38:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T22:26:12.000Z (over 3 years ago)
- Last Synced: 2025-02-05T07:32:39.682Z (5 months ago)
- Topics: elixir, elixir-lang
- Language: Elixir
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ListFilter
`odd/1`: Given a list, it returns the total number of odd elements