
public class User {

	public static void main(String[] args) {
		new Star();

	}

}
