hypoloop/examples/particles/src/main.rs

4 lines
46 B
Rust
Raw Normal View History

2021-08-11 13:52:44 -06:00
fn main() {
hypoloop::run_simulation();
}