The time, temperature and revolution settings of the machine are made according to the values entered by the user. In cases where the user does not enter a value, the machine operates according to the system's default values.
- Java Development Kit (OpenJDK) >= 18.0.1.1
- All OSes: click here for installation instructions
- Clone this repo.
- Make a build directory in the top level directory:
mkdir out
- Copy sources files into output directory:
cp src/*.java out
- Go to output directory and compile:
cd out
- Compile:
javac *.java && jar cfe App.jar Main *.class
- Run it:
java -jar App.jar
.