1
2
3
pub fn greet() -> String {
    String::from("Hello, World!")
}