Created
November 6, 2024 08:28
-
-
Save sandersaares/c0a30ef439b8d40aaa7946a5a0b03e6d to your computer and use it in GitHub Desktop.
pins-in-rust-02
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let mut bag = BagOfApples::new(); | |
bag.initialize(); | |
println!("Apple count: {}", bag.count()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment