This commit is contained in:
Joscha 2024-03-02 23:36:21 +01:00
parent 14c9dac398
commit 0487bdb465
3 changed files with 93 additions and 4 deletions

View file

@ -1,3 +1,5 @@
use showbits_common::Vec2;
fn main() {
showbits_common::greet("world");
println!("{:?}", Vec2::EAST);
}