Rust by Example: *Coming* Testing

Testing

fn main() {
    println!("Testing");
}

Testing

$ rustc testing.rs
$ ./testing
Go to Index | Next: *Coming* Modules