pathtracer/src/main.rs
Bruno BELANYI 35626278d1 project: add Cargo project files
Those files were generated using `cargo init pathtracer`.
2020-03-08 16:22:44 +01:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}