//! Example of a Rust binary. fn main() { println!("Hello, PROJ_NAME!"); }