Documentation
1
2
3
4
5
6


#[test]
fn it_adds_two() {
    assert_eq!(4,4);
}