mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-28 05:33:48 -08:00
Java versions of Slots and Synonym
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
public class SynonymGame {
|
||||
public static void main(String[] args) {
|
||||
Synonym synonym = new Synonym();
|
||||
synonym.play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user