Revert "Java version of Slots"

This reverts commit 3a902ffd64.
This commit is contained in:
journich
2021-02-28 11:55:35 +10:30
parent 843ee97e9f
commit 56f2770d74
3 changed files with 0 additions and 308 deletions

View File

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