// Do not change any code in this class

public class Main {
	public static void main(String[] args) {
		Histogram hist = new Histogram();
		hist.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
		hist.setVisible(true);
	}
}