Write a program that displays all digits in descending order, followed by a newline ('\n').
'\n'
student@ubuntu:~/[[ROOT]]/test$ go build student@ubuntu:~/[[ROOT]]/test$ ./test 9876543210 student@ubuntu:~/[[ROOT]]/test$