Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 243 Bytes

hint2.md

File metadata and controls

16 lines (13 loc) · 243 Bytes

Hint 2

package zipper.zipper.jar;

import java.io.File;
import org.zeroturnaround.zip.ZipUtil;

public class App
{
    public static void main( String[] args )
    {
  		  ZipUtil.unpack(<Zip File>, <Target Directory>);
    }
}