mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-24 15:37:45 -07:00
feat: Implement 93 23_Matches in Java
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public enum CoinSide {
|
||||
HEADS,
|
||||
TAILS
|
||||
}
|
||||
Reference in New Issue
Block a user