1
2
3
4
#[test]
fn hello() {
    assert_eq!(1, 1);
}