Skip to content

Instantly share code, notes, and snippets.

@sandersaares
Created November 6, 2024 08:28
Show Gist options
  • Save sandersaares/c0a30ef439b8d40aaa7946a5a0b03e6d to your computer and use it in GitHub Desktop.
Save sandersaares/c0a30ef439b8d40aaa7946a5a0b03e6d to your computer and use it in GitHub Desktop.
pins-in-rust-02
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