Skip to content

Commit 8697b53

Browse files
committed
Add Wikipedia reference comment to RockPaperScissors.java
1 parent d8b409d commit 8697b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/thealgorithms/puzzlesandgames/RockPaperScissors.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import java.util.Scanner;
55

66
/**
7+
* <a href="https://en.wikipedia.org/wiki/Rock_paper_scissors"></a>
78
* RockPaperScissors (Jokenpô)
89
* Simple terminal game where the user plays Rock, Paper, Scissors against the computer.
910
* Rules:

0 commit comments

Comments
 (0)