5 lines
66 B
Rust
5 lines
66 B
Rust
![]() |
use forestiles::run;
|
||
|
|
||
|
fn main() {
|
||
|
pollster::block_on(run());
|
||
|
}
|