Go-Lang Easy 1
š§ Code Challenge
func greet(name string) {
fmt.Printf("Hello, %s!", name)
}
Explain what this function does. Speak clearly and use keywords.

func greet(name string) {
fmt.Printf("Hello, %s!", name)
}
Explain what this function does. Speak clearly and use keywords.