forked from danieltian/FizzBuzz
-
Notifications
You must be signed in to change notification settings - Fork 0
C# Implementation of FizzBuzz, with unit tests. FizzBuzz is a programming exercise that tasks the programmer to write a program that prints out the values from 1 to 100, except that if the number is divisble by 3, it prints out "Fizz", if the number is divisible by 5, it prints out "Buzz", and if it's divisible by both 3 and 5, it prints out "Fi…
dev9com/FizzBuzz
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
C# Implementation of FizzBuzz, with unit tests. FizzBuzz is a programming exercise that tasks the programmer to write a program that prints out the values from 1 to 100, except that if the number is divisble by 3, it prints out "Fizz", if the number is divisible by 5, it prints out "Buzz", and if it's divisible by both 3 and 5, it prints out "Fi…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 100.0%