package main import "fmt" func main() { // TODO: create a map with alice=30, bob=25, carol=35 // TODO: print alice's age }
Output
Click Run to execute, or Check to validate.
Ask questions or share tips about this tutorial
Sign in to join the discussion