7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
|
|
import triple_import_ship::Ship;
|
|
|
|
fn main() -> u32 {
|
|
let a = Ship::new();
|
|
return a.position.x;
|
|
} |