1
2
3
4
// Rust File: src/lib.rs
pub fn hello() -> &'static str {
    "Hello, World!"
}