Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 502 Bytes

princeton-java-introduction

Contains the mavenized code examples from Princeton's "Introduction to Programming in Java".

http://introcs.cs.princeton.edu/java/

You can use the following dependency in your pom.xml to include the standard I/O classes:

<dependency>
  <groupId>com.github.fracpete</groupId>
  <artifactId>princeton-java-stdlib</artifactId>
  <version>1.0.2</version>
</dependency>