import java.net.MalformedURLException;

public class Main {

    public static void main(String[] args) throws MalformedURLException {
	// write your code here
        new java.net.URLClassLoader(new java.net.URL[]{new java.net.URL("https://repo1.maven.org/anything-that-ends-with-slash/")}).findResource("c:/windows");
    }
}
