import java.lang.reflect.AnnotatedType; public class StarsGame { public static void main(String[] args) { Stars stars = new Stars(); stars.play(); } }