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