func main() { t := time.Now() minima.Run(src) fmt.Println(time.Since(t)) }
func main() { minima.Run(src) }