5 lines
76 B
Rust
5 lines
76 B
Rust
use showbits_common::Vec2;
|
|
|
|
fn main() {
|
|
println!("{:?}", Vec2::EAST);
|
|
}
|