Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Last active August 12, 2021 04:30
Show Gist options
  • Save AppleCEO/2fb2b945b5a40a40bcf5f15cc5527c5e to your computer and use it in GitHub Desktop.
Save AppleCEO/2fb2b945b5a40a40bcf5f15cc5527c5e to your computer and use it in GitHub Desktop.
struct Programmer {
private let coffee = Coffee()
func startProgramming() {
self.coffee.drink()
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment