import java.io.IOException;

public class FotoGallery {

	public static void main(String[] args) throws IOException {
		
		new Main();
	}

}
