1
2
3
4
5
use one::{Bar};

fn main() {
    println!("Hello, world!");
}