particles-system/src/main.rs

4 lines
45 B
Rust
Raw Permalink Normal View History

2024-01-27 20:21:10 +00:00
fn main() {
println!("Hello, world!");
}