Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.33 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.33 KB

Object Oriented Programming Lab (PCC-CS593)

Java Gedit Ubuntu GitHub last commit MIT License

This repository contains all the programs that I have written for the course PCC-CS593 (Object Oriented Programming Lab)

Run Locally

Clone the project

git clone https://github.com/uiuxarghya/PCC-CS593-OOPS

Go to the project directory

cd PCC-CS593-OOPS

Go to the specific folder

cd <Folder Name> ...

Compile & Run the program

  • Compile the program

    javac <filename>.java
  • Run the program

    java <filename>

Feedback

Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.

Authors

License

MIT