Skip to content

Test driven development practice making FizzBuzz in GO using switch syntax

Notifications You must be signed in to change notification settings

Sanardi/Go-switch-TDD-fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Attempt at making TDD more exiting by trying it in Go and using switch statement.

Planning to add concurrency if future version if and when I find myself bored again.

Fizzbuzz prints and return an array of any size you pass to it, not only 100. When the integer is divisible by 3 it prints "Fizz" When the int is divisible by 5 it prints "Buzz" when the int is divisible by 3 and 5 it prints "FizzBuzz"

About

Test driven development practice making FizzBuzz in GO using switch syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages