blob: e26fa71096e933c554758c6792ee7330d818025a [file] [log] [blame]
use adder;
#[test]
fn it_adds_two() {
assert_eq!(4, adder::add_two(2));
}