From aee630b03f48a9f528a4a50e9dcb0fdc8ef20aa5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Jul 2020 09:34:50 +0100 Subject: add bench helper --- main.go | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 main.go (limited to 'main.go') diff --git a/main.go b/main.go deleted file mode 100644 index 461095b..0000000 --- a/main.go +++ /dev/null @@ -1,14 +0,0 @@ -package main - -import ( - "algorithms/ds" - "algorithms/sort" - "fmt" -) - -func main() { - fmt.Println("Hello to Algorithms Playground!") - a := ds.RandomIntegers(100, 1000) - fmt.Printf("Random: %v\n", a) - fmt.Printf("Sorted: %v\n", sort.Insertion(a)) -} -- cgit v1.2.3