Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 246 Bytes

File metadata and controls

11 lines (7 loc) · 246 Bytes

TP 1 - SAT 2 Problem

Name: Diego IMBERT

Building manually

In the root directory: Run javac -cp src src/Main.java to build Then java -cp src Main to run

Same for running tests by replacing Main.java and Main with Tests.java and Tests