Example #1
0
func main() {
	t := time.Now()
	minima.Run(src)
	fmt.Println(time.Since(t))
}
Example #2
0
func main() {
	minima.Run(src)
}