finished ch4

This commit is contained in:
2025-01-02 14:12:46 -07:00
parent e6e5ab1a0f
commit 2e3f133c61
8 changed files with 395 additions and 4 deletions

6
ownership/Cargo.toml Normal file
View File

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