blob: b78ee9096beecb2c326e21437ffc956ee6ee70fc [file] [log] [blame]
extern crate testing;
fn main() {
assert_eq!(4, testing::mult_two(2));
}