letsgo/main.go

8 lines
104 B
Go

package main
import "clerie.de/letsgo/aud"
func main() {
aud.InsertionSort([]int {2,6,1,3,5,4})
}