3 lines
68 B
Rust
3 lines
68 B
Rust
pub fn greet(name: &str) -> String {
|
|
format!("Hello {name}!")
|
|
}
|
pub fn greet(name: &str) -> String {
|
|
format!("Hello {name}!")
|
|
}
|