InstantMesh / src /main.rs
Jeremy Leibs
Initial commit
344c16f unverified
raw
history blame
80 Bytes
//! Example of a Rust binary.
fn main() {
println!("Hello, PROJ_NAME!");
}