/scratch-flatten

Repo for scratch projects

Primary LanguageJava

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