Skip to content

AshleyHollis/FizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

This is a C# implementation of the FizzBuzz coding puzzle using a .NET Core console application. A Unit test project is included which uses XUnit and FluentAssertions.

Definition

Write a program that,

  • Prints the numbers from 1 to 100
  • For multiples of 3 print "Fizz" instead of the number
  • For multiples of 5 print "Buzz" instead of the number
  • For multiples of 3 and 5 print "FizzBuzz" instead of the number

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages