Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 655 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 655 Bytes

Dependencies

* "github.com/onsi/gomega"

Running

Tests are run with

go test

Katas:

Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.

Write a program to generate all potential anagrams of an input string. For example, the potential anagrams of "biro" are biro bior brio broi boir bori ibro ibor irbo irob iobr iorb rbio rboi ribo riob roib robi obir obri oibr oirb orbi orib