Sorting Built-in Types in Go | Challenge

# Introduction The Go programming language provides a built-in package named `sort` that implements sorting for builtins and user-defined types. In this challenge, we will focus on sorting for builtins.

|60 : 00

Click the virtual machine below to start practicing