Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@Yariya
Yariya / rainbow.go
Created March 10, 2021 19:55
golang rainbow console text
package main
import (
"fmt"
"math/rand"
"os"
"time"
)
func rainbow(i string, timeout int) {