Skip to content

Instantly share code, notes, and snippets.

@jonathonadler
jonathonadler / test.go
Last active April 13, 2020 18:19
Triangles
package main
import "fmt"
import "time"
import "math/rand"
const stickLength = 100
func main() {
successes, failures := 0, 0