extern crate apprentice; use apprentice::*; pub fn main() { println!("Hello world"); }