Last active
August 12, 2021 04:30
-
-
Save AppleCEO/2fb2b945b5a40a40bcf5f15cc5527c5e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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