1
2
3
pub fn hello() -> String {
    "Hello!".to_owned()
}