Java versions of Slots and Synonym

This commit is contained in:
journich
2021-02-28 12:04:20 +10:30
parent 56f2770d74
commit 165b0f5cff
5 changed files with 303 additions and 189 deletions

View File

@@ -0,0 +1,6 @@
public class SlotsGame {
public static void main(String[] args) {
Slots slots = new Slots();
slots.play();
}
}