package main import ( "fmt" "strings" ) func main() { // TODO: print strings.ToUpper("hello") // TODO: print len("hello") }
Output
Click Run to execute, or Check to validate.
Ask questions or share tips about this tutorial
Sign in to join the discussion