1 2 3 4 5 6
fn main() { println!( "The answer to the ultimate question is {}", rust_gh_example::answer() ); }