raul
d73ff9618a
I'm real proud of this one so I'm moving it out of golang-exercises and creating a repo for it to live in |
||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
gen-numbers.sh | ||
go.mod | ||
go.sum | ||
main.go |
README.md
array-sorter
Fun tool I created to sort arrays in ascending order
Usage
git clone https://git.bulgariu.xyz/raul/array-sorter
cd array-sorter
./gen-numbers.sh
gen-numbers.sh generates 300 random numbers and feeds them to array-sorter as input, you can modify the script to increase the amount of numbers to sort