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:
| 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 { |
I hereby claim:
To claim this, I am signing this object: