Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)