Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 243 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 243 Bytes

HNewsJava

#Hacker News Reader in Java It prints the hacker news homepage article titles and the URLs.

Build Instructions

mvn package
mvn -q exec:java -Dexec.mainClass="com.polyglot.HNewsJava.App"