https://github.com/typesend/fizzy-elixir-buzz
An implementation of FizzBuzz in Elixir that uses simple guard clause macros.
https://github.com/typesend/fizzy-elixir-buzz
Last synced: 17 days ago
JSON representation
An implementation of FizzBuzz in Elixir that uses simple guard clause macros.
- Host: GitHub
- URL: https://github.com/typesend/fizzy-elixir-buzz
- Owner: typesend
- Created: 2015-10-10T18:42:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T18:50:08.000Z (over 10 years ago)
- Last Synced: 2026-01-23T12:32:29.098Z (5 months ago)
- Language: Elixir
- Size: 184 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz
An implementation of FizzBuzz in Elixir that uses simple guard clause macros.
[Code](lib/fizzbuzz.ex)
[Docs](doc/Fizzbuzz.html)
[Tests](test/fizzbuzz_test.exs)