bose 0.1.0

A library of formulas
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);
}