rust-gh-example 0.1.7

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