Documentation
1
2
3
4
mod dependency;
fn main() {
    dependency::dep2::print();
}