Skip to content

miamiruby/tdd_fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# TDD/Rspec Fizzbuzz
#
# Run rspec to begin
#
# # Write a short program that prints each number from 1 to 100 on a new line.␣
#
# # For each multiple of 3, print "Fizz" instead of the number.␣
#
# # For each multiple of 5, print "Buzz" instead of the number.␣
#
# # For numbers which are multiples of both 3 and 5, print "FizzBuzz" instead of the number.

About

Classroom TDD Fizzbuzz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages