Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 284 Bytes

File metadata and controls

15 lines (10 loc) · 284 Bytes

How to use

The .java files are the code and the .class file are the compiled code.

To compile from the project root:

javac -d out FactoryPattern/FactoryPatternPizzaStore/*.java

To run:

java -cp out FactoryPattern.FactoryPatternPizzaStore.PizzaTestDrive