pub fn hello(name: &str) -> String
Returns a greeting string. Example: hello("world") → "Hello, world!".
hello("world")
"Hello, world!"