Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 599 Bytes

File metadata and controls

21 lines (13 loc) · 599 Bytes

Graphics-in-console--in-Java-

Command Line program to display different graphic primitives.

Before running this program, youneed to have Java installed in your Laptop/ PC. here is a link for installation, http://jasleen7956.wordpress.com/2013/03/03/steps-to-install-java-in-linux/

  1. Make a clone of this repository: $git clone https://github.com/jasleenkaur/Graphics-in-console--in-Java-.git

  2. Change your directory, $cd Graphics-in-console--in-Java

  3. Compile your program using, $javac geometry.java

  4. Run your program as, $java geometry