Revert "Java version of Slots"

This reverts commit e8ceef0dba.
This commit is contained in:
journich
2021-02-28 11:55:35 +10:30
parent 25595314f5
commit a48c35ea88
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();
}
}