Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 241 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 241 Bytes

Let's play! We have to return which player won! In case of a draw return "Draw!".

Examples (Input1, Input2 --> Output):

"scissors", "paper" → "Player 1 won!"
"scissors", "rock" → "Player 2 won!"
"paper", "paper" → "Draw!"