6 lines
96 B
Rust

// TODO: fix the compiler error for missing modules.
fn main() {
fruit::get_fav_fruit();
}