safari 0.1.0

safari checkpoint
Documentation
1
2
3
4
5
6
use safari::add;

fn main() {
    println!("This is the executable file.");
    add(1,2);
}