bones/
lib.rs

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