Skip to content

Instantly share code, notes, and snippets.

@waterlink
Created October 15, 2018 15:50
Embed
What would you like to do?
step - 9
if (first == SCISSORS && second != ROCK ||
first == PAPER && second != SCISSORS ||
first == ROCK && second != PAPER) {
return FIRST_PLAYER
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment