Simple java app that flattens an array of arbitrarily nested arrays of integers into a flat array of integers. Please see listed steps in order to run this simple App.
After git clone perform:
- cd scratch-flatten/
- mvn package (see tests execution results)
- java -jar target/flatten-1.0-SNAPSHOT.jar