Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 362 Bytes

README.MD

File metadata and controls

17 lines (12 loc) · 362 Bytes

#Monty Hall Show

Prerequisites

  • Maven 3.3.9
  • Java 8

How to

Build

Project can be built with the following command:

maven clean install

Run

Jar can be run following the build step with:

java -jar target/monty-hall-1.0-SNAPSHOT.jar <nr of shows>

The optional parameter chooses the number of runs to be done. Default is 100000.