Skip to content

Enterprise grade implementation of FizzBuzz in Ruby.

License

Notifications You must be signed in to change notification settings

rousek/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz for Ruby™

Enterprise grade implementation of FizzBuzz in Ruby programming language.

Instructions

FizzBuzz for Ruby™ has been built with Ruby 2.7.1. It was not tested with older (or newer) versions.

To get started with FizzBuzz for Ruby™ you first need to set environment variable FIZZBUZZ_CONFIG to path of your configuration file. On Linux systems this can be achieved with following command:

$ export FIZZBUZZ_CONFIG="/path/to/fizzbuzz_config.yaml"

Default configuration file fizzbuzz_config.yaml can be found in project's root directory. It is recommended to append the command to the end of your .bashrc file.

After you set the environment variable you can run default FizzBuzz by executing:

$ ruby src/main.rb

About

Enterprise grade implementation of FizzBuzz in Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages