Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 230 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 230 Bytes

Data Downloader

A simple Java project on resources retrieval. The main module requires 2 command line arguments: the resource's URL and the output file path.

Usage:
javac Main.java
java Main [URL] [OUTPUT_FILE_PATH]