CLI utility that, when started, asks the user for a number and gives a response - Fizz, Buzz, FizzBuzz. Running the application displays a greeting and asks for a number. For each number entry (numbers are entered until the user completes the process), the utility displays a response;
You need JRE 1.8 (probably you have it. Better to check with java -version
)
You can download it here:
https://www.java.com/ru/download/manual.jsp
git clone git@github.com:korolyo/HexletTest.git HexletTest
cd HexletTest
javac src/com/company/Main.java
java -cp src com.company.Main