https://github.com/lucasdasial/fizzbuzz_with_elixir
A small project implementing the fizzBuzz solution in elixir and unit tests
https://github.com/lucasdasial/fizzbuzz_with_elixir
elixir
Last synced: over 1 year ago
JSON representation
A small project implementing the fizzBuzz solution in elixir and unit tests
- Host: GitHub
- URL: https://github.com/lucasdasial/fizzbuzz_with_elixir
- Owner: lucasdasial
- Created: 2024-03-10T17:06:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T17:17:00.000Z (over 2 years ago)
- Last Synced: 2025-01-26T01:22:10.580Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzzElixir
Call the "build" fuction passing a valid .txt file path with a number list into a string.
See an example in the numbers.txt in project root.