1 2 3 4 5 6
//! This binary can be invoked directly, //! because the PATH is modified to include bin targets. fn main() { println!("Hello from the example binary target"); }