GitHub / GoldenAgeDev / FizzBuzz
FizzBuzz Exercise - For numbers 1 to 100, print one of four results: "Fizz" if a number is divisible by 3; "Buzz" if a number is divisible by 5; "FizzBuzz" if a number is divisible by 3 and 5; the number if it is not divisible by 3 or 5; Unit tests evaluate each criterion individually, as well as at random.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoldenAgeDev%2FFizzBuzz
PURL: pkg:github/GoldenAgeDev/FizzBuzz
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: C#
Size: 8.79 KB
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: about 1 year ago
Pushed at: over 4 years ago
Last synced at: about 1 year ago
Topics: fizzbuzz-csharp, unit-testing