1
2
3
4
/// Prints a simple greeting.
pub fn hello() {
    println!("Hello");
}