Spaces:
Running
on
Zero
Running
on
Zero
File size: 80 Bytes
344c16f |
1 2 3 4 5 6 |
//! Example of a Rust binary.
fn main() {
println!("Hello, PROJ_NAME!");
}
|