Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 326 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 326 Bytes

scratch-flatten

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:

  1. cd scratch-flatten/
  2. mvn package (see tests execution results)
  3. java -jar target/flatten-1.0-SNAPSHOT.jar