Skip to content

A simple Elixir project that returns a list length by using recursion

License

Notifications You must be signed in to change notification settings

felipe-jm/ignite-elixir-challenge-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignite
Ignite - Elixir - Challenge 01

A really simple application that returns how many items there are in a list by using recursion

ℹ️ How To Use

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

# Then run the function:
iex(1)> ListLength.call([1, 2, 3])
3

✔️ Running the tests

mix test
Compiling 1 file (.ex)
.

Finished in 0.01 seconds
1 test, 0 failures

Randomized with seed 388160

📝 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 simple Elixir project that returns a list length by using recursion

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages