4 lines
68 B
Rust

pub fn get_fav_fruit() {
println("Got your favourite fruit!")
}