1 2 3 4 5 6 7
extern crate rustc_serialize; extern crate docopt; extern crate mort; fn main() { println!("Hello, world!"); }