# 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.
Click the virtual machine below to start practicing