diff options
Diffstat (limited to 'testSort/main.go')
| -rw-r--r-- | testSort/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testSort/main.go b/testSort/main.go new file mode 100644 index 0000000..01a7c39 --- /dev/null +++ b/testSort/main.go @@ -0,0 +1,7 @@ +package main + +import "log" + +func main() { + log.Println("hello testSort") +} |
