Skip to content

A really simple application that returns how many even numbers there are in a list

License

Notifications You must be signed in to change notification settings

felipe-jm/ignite-elixir-challenge-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignite
Ignite - Elixir - Challenge 02

A really simple application that returns how many even numbers there are in a list

ℹ️ How To Use

# In your terminal, open iex:
iex -S mix

# Then run the function:
iex(1)> ListFilter.call(["1", "3", "6", "43", "banana", "6", "abc"])
3

✔️ Running the tests

mix test

Finished in 0.01 seconds
1 test, 0 failures

Randomized with seed 114825

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made with much ❤️ and 💪 by Felipe Jung 😊 Talk to me!

About

A really simple application that returns how many even numbers there are in a list

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages