structs and methods

This commit is contained in:
2025-12-21 12:07:41 +00:00
parent 04c6e7e66a
commit fb38f07d80
6 changed files with 241 additions and 0 deletions

6
rectangle/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "rectangle"
version = "0.1.0"
edition = "2024"
[dependencies]