Skip to content

Instantly share code, notes, and snippets.

@richo
Created July 23, 2015 01:08
Show Gist options
  • Select an option

  • Save richo/2c07a6e6b5fbce8f0e70 to your computer and use it in GitHub Desktop.

Select an option

Save richo/2c07a6e6b5fbce8f0e70 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"math/rand"
)
func main() {
fmt.Println(rand.Int())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment