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: 11 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T18:50:08.000Z (about 10 years ago)
- Last Synced: 2025-02-18T20:07:42.151Z (11 months 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)