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,3 @@
pub fn greet(who: &str) {
println!("Hello {who}!");
}
pub use crate::vec2::Vec2;
mod vec2;