- Java 8
-
The simplest way to build and run the program is compiling through the command line.
-
In the projects root directory:
$ cd src/
$ javac Main.java
$ java Main
You should then see a print out in the console such as:
To modify the values for the simulation, you can edit them inline in src/Main.java
See the Spec for details on class documentation, implementation and problem.