package main import "fmt" // TODO: define greet(name string) string func main() { // TODO: call greet("Alice") and print the result }
Output
Click Run to execute, or Check to validate.
Ask questions or share tips about this tutorial
Sign in to join the discussion