package solutions import "sort" func SortIntegerTable(a []int) { sort.Ints(a) }