summaryrefslogtreecommitdiff
path: root/testSort/main.go
blob: 01a7c39026f14477a5c321006053e0fc53218380 (plain)
1
2
3
4
5
6
7
package main

import "log"

func main() {
	log.Println("hello testSort")
}