mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
feat: Implement 93 23_Matches in Java
This commit is contained in:
4
93_23_Matches/java/CoinSide.java
Normal file
4
93_23_Matches/java/CoinSide.java
Normal file
@@ -0,0 +1,4 @@
|
||||
public enum CoinSide {
|
||||
HEADS,
|
||||
TAILS
|
||||
}
|
||||
Reference in New Issue
Block a user