hello-foo-rs 0.1.0

Some random scribblings tangentially related to the Rust book.
Documentation
1
2
3
4
fn main() {
    println!("Hello, world {}!", hello_foo_rs::plus(2, 3));
    println!("blah blah {}!", hello_foo_rs::minus(10, 3));
}