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.