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