Bubble sort implementation in Go (for MLH Build Day 3)
What it does
Function sorts integer arrays in ascending order. Main function contains two unsorted arrays, first one is initialized with values and the second one is generated randomly using custom function generateRandomArray().