Created
August 1, 2020 21:11
-
-
Save satan87/4f0bf41a3940054e69b45b634c4b8b7e 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
func playDebug(combination: Combination) { | |
playCombination(combination: combination) | |
} | |
func play() { | |
playCombination(combination: generateCombination()) | |
} | |
private func playCombination(combination: Combination) { | |
let combination = combination | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment