Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 434 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 434 Bytes

Projeto de POO (Programação Orientada a Objetos)

Repositório do projeto da UC POO de LCC ano 2016/2017
Elementos:

  • Daniel Martins
  • Elisio Fernandes
  • Nuno Silva

How to run

  1. Clone this rep.
    git clone https://github.com/elisioff/end-poo.git

  2. Change working directory to end-poo/end-poo
    cd end-poo/end-poo

  3. Compile
    javac *.java
    javac Exceptions/*.java

  4. Run
    java Main