# Introduction In this challenge, you will create a Go program that manages student grades using a map and implement sorting of the grades in ascending order using the `sort.Slice()` function. The program should display the sorted student names and grades.
Click the virtual machine below to start practicing