import triple_import_ship::Ship; fn main() -> u32 { let a = Ship::new(); return a.position.x; }