https://github.com/robertov8/fizz_buzz
https://github.com/robertov8/fizz_buzz
elixir
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertov8/fizz_buzz
- Owner: robertov8
- Created: 2021-06-06T21:46:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T21:47:38.000Z (about 5 years ago)
- Last Synced: 2024-12-29T07:42:21.993Z (over 1 year ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- 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).