pub fn greet(name: &str) -> String { "Hello, {name}!".to_string() }