Add Vec2
This commit is contained in:
parent
14c9dac398
commit
0487bdb465
3 changed files with 93 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
pub fn greet(who: &str) {
|
||||
println!("Hello {who}!");
|
||||
}
|
||||
pub use crate::vec2::Vec2;
|
||||
|
||||
mod vec2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue