Building the code

This is a standard maven project, checkout the code and run this from your terminal:

mvn clean install

Running the code from terminal

This project packages the application as an uberjar. To run it from the command line:

java -jar target/fizzbuzz-0.0.1-SNAPSHOT.jar

Running the code from IDE

Main class is Main.java. You can run the code by running the main method from here.

Reference Documentation

For further reference, please consider the following sections: