kubi/src/main.rs

6 lines
64 B
Rust
Raw Normal View History

2023-01-19 14:27:34 -06:00
use shipyard::World;
2023-01-14 13:08:14 -06:00
fn main() {
2023-01-19 14:27:34 -06:00
let world = World::new();
2023-01-14 13:08:14 -06:00
}