1
2
3
4
pub fn hello_world_in_polish() -> String {
    // Hello, world! - but in Polish!
    String::from("Witaj świecie :D")
}