Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T18:50:08.000Z (about 9 years ago)
- Last Synced: 2023-04-11T20:50:36.614Z (over 1 year ago)
- Language: Elixir
- Size: 184 KB
- Stars: 0
- Watchers: 1
- 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)