1 2 3 4 5 6
mod areas; fn main() { let x = areas::areas::circle(10.0); println!("Is `x` 10 or 100? x = {}", x); }