https://github.com/eltonsantos/fizz_buzz
Project developed in course: https://www.udemy.com/course/elixir-e-phoenix-do-zero/
https://github.com/eltonsantos/fizz_buzz
elixir
Last synced: 21 days ago
JSON representation
Project developed in course: https://www.udemy.com/course/elixir-e-phoenix-do-zero/
- Host: GitHub
- URL: https://github.com/eltonsantos/fizz_buzz
- Owner: eltonsantos
- Created: 2023-08-05T15:33:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T15:33:50.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T09:39:03.965Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FizzBuzz
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fizz_buzz` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fizz_buzz, "~> 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 [https://hexdocs.pm/fizz_buzz](https://hexdocs.pm/fizz_buzz).