a48940b
7d5500f
1
2
3 4 5
6 7
8 9
use testing; mod common; #[test] fn it_adds_two() { common::setup(); assert_eq!(4, testing::add_two(2)); }