Skip to content

Instantly share code, notes, and snippets.

View GreatGodApollo's full-sized avatar

Brett Bender GreatGodApollo

View GitHub Profile
@GreatGodApollo
GreatGodApollo / fizzBuzz.go
Last active May 5, 2020 19:44
Apollo's Gist Repository
package main
import (
"fmt"
)
func fizzbuzz(num int) {
if num%3 == 0 && num%5 == 0 {
fmt.Println("FizzBuzz")
} else if num%5 == 0 {
package main
import (
"fmt"
"os"
"strconv"
)
func main() {
for i, a := range os.Args {

Keybase proof

I hereby claim:

  • I am greatgodapollo on github.
  • I am greatgodapollo (https://keybase.io/greatgodapollo) on keybase.
  • I have a public key ASDAn0zRThb9UcU47TV0KwuTe5LY97EtIcQ43wINSRcYGAo

To claim this, I am signing this object: