Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 643 Bytes

COMP1206: Sushi Coursework 1

  • You must keep the packages as provided. You may add new packages or add to them, but not change the names of the provided packages.
  • You must not change the names of the provided classes
  • You must not change the names of the provided methods
  • You must not modify the Launcher
  • You must not modify the interfaces
  • It must be possible to build a jar file using Maven from your source as below
  • It must be possible to launch your application as below

Main source tree

The main source tree can be found in src/main/java

Creating the jar file

mvn install

Running

java -jar target/sushi-1.jar