mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
4 lines
68 B
Rust
4 lines
68 B
Rust
pub fn get_fav_fruit() {
|
|
println("Got your favourite fruit!")
|
|
}
|