MontyHallProblem BUILD GUIDELINES Clone this repository Building with command line: Go into the source folder (src/) $ javac -classpath . com/company/Main.java To run $ java com/company/Main With IDEs simply import the folder as a project and build & run from there.