2
0
mirror of https://github.com/0xAX/go-algorithms synced 2024-11-13 13:10:30 +00:00
go-algorithms/sorting/sort.go

5 lines
59 B
Go

package main
// @todo remove return
type Sort func([]int)