Step 1: Create a basic console application
Create a basic console application. Compile and run the application to be sure that it works.
We will start from this template and build up our simulation model gradually.
Open the application in an IDE of your choice.
Create a new package tutorial
, then move the Main
class into that package.