LanceH / fizzbuzz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Two programs:

  • find.go will find a random seed that will produce numbers that can be translated to fizz/buzz/fizzbuzz, in order.
  • fb.go uses that random seed over and over, looping through its "random" numbers to produce fizzbuzz.

Try it out

https://play.golang.org/p/Q7Ek05QjOP

About


Languages

Language:Go 100.0%