https://github.com/j5gomes/fizzix_buzzix
An Fizz Buzz implementation to learn the Elixir language
https://github.com/j5gomes/fizzix_buzzix
elixir
Last synced: 11 months ago
JSON representation
An Fizz Buzz implementation to learn the Elixir language
- Host: GitHub
- URL: https://github.com/j5gomes/fizzix_buzzix
- Owner: j5gomes
- Created: 2025-07-11T14:33:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T15:37:24.000Z (12 months ago)
- Last Synced: 2025-07-11T17:51:52.568Z (12 months ago)
- Topics: elixir
- Language: Elixir
- Homepage: https://en.wikipedia.org/wiki/Fizz_buzz
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzixBuzzix
An Fizz Buzz implementation to learn the Elixir language
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fizzix_buzzix` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fizzix_buzzix, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .