ao3_client/
lib.rs

1pub fn say_hello(name: &str) -> String {
2    String::from(format!("Hello {}", name))
3}