forestiles/src/main.rs

5 lines
66 B
Rust
Raw Normal View History

2024-08-18 18:02:10 +01:00
use forestiles::run;
fn main() {
pollster::block_on(run());
}