Skip to content

Instantly share code, notes, and snippets.

@kolaente
Created November 8, 2018 22:17
Show Gist options
  • Save kolaente/49148b2a4c9d02db400d24a4d2d2372d to your computer and use it in GitHub Desktop.
Save kolaente/49148b2a4c9d02db400d24a4d2d2372d to your computer and use it in GitHub Desktop.
sort
package main
func main() {
arr := [12,43,3,5,4,6,7,83,2,545,23,563,345,900]
arr2 := [2,3,4,5,6,7,12,23,43,83,345,545,563,900]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment