My test Rust program was this, in `a.rs`:
> fn main() { > println!("hello world"); > }
And I compiled with `rustc +nightly a.rs` to produce the executable `a`.
My test Rust program was this, in `a.rs`:
> fn main() {
> println!("hello world");
> }
And I compiled with `rustc +nightly a.rs` to produce the executable `a`.