Skip to content

cgulli/fizzbuzz_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fizzbuzz in Golang

Fizzbuzz prompt:

*Write a program that prints the numbers from 1 to 100. 

*For multiples of three print “Fizz” instead of the number

*For the multiples of five print “Buzz”

*For numbers which are multiples of both three and five print “FizzBuzz”

Steps

Run go run main.go to execute the programme. Tests can be run with go test in the fizzbuzz package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages