public class SlotsGame { public static void main(String[] args) { Slots slots = new Slots(); slots.play(); } }