Skip to content

kwilczynski/ruby-fizzbuzz

Repository files navigation

Yet another FizzBuzz in Ruby!

Build Status Documentation Status Gem Version License

Introduction

Provides simple and fast solution to a popular FizzBuzz problem for Ruby.

Written in C as an example of using Ruby's C API - with the support for arbitrary large numeric values.

Table of Contents

  1. Contributing
  2. Versioning
  3. Author
  4. Copyright
  5. License

Contributing

See CONTRIBUTING.md for best practices and instructions on setting up your development environment.

Versioning

This project adheres to Semantic Versioning. For the versions available, see the tags on this repository.

Author

Krzysztof Wilczyński (kw@linux.com)

Copyright

Copyright 2012-2021 Krzysztof Wilczyński

License

This project is licensed under the terms of the Apache License, Version 2.0 license. To view the full license see the included LICENSE file.