diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 14 |
1 files changed, 0 insertions, 14 deletions
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)) -} |
